1
Fork 0

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 { } else {
Yes Yes
}, },
(true, _) => No(BadTestSignature::WrongTypeSignature),
(false, _) => Yes (false, _) => Yes
} }
} }