remove redundant match branch

This commit is contained in:
dylan_DPC 2018-06-05 23:44:42 +05:30
parent 4cbf400366
commit e8fd74a11d

View File

@ -358,7 +358,6 @@ fn is_test_fn(cx: &TestCtxt, i: &ast::Item) -> bool {
} else {
Yes
},
(true, _) => No(BadTestSignature::WrongTypeSignature),
(false, _) => Yes
}
}