remove redundant match branch
This commit is contained in:
parent
4cbf400366
commit
e8fd74a11d
@ -358,7 +358,6 @@ fn is_test_fn(cx: &TestCtxt, i: &ast::Item) -> bool {
|
||||
} else {
|
||||
Yes
|
||||
},
|
||||
(true, _) => No(BadTestSignature::WrongTypeSignature),
|
||||
(false, _) => Yes
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user