remove redundant match branch
This commit is contained in:
parent
4cbf400366
commit
e8fd74a11d
1 changed files with 0 additions and 1 deletions
|
@ -358,7 +358,6 @@ fn is_test_fn(cx: &TestCtxt, i: &ast::Item) -> bool {
|
|||
} else {
|
||||
Yes
|
||||
},
|
||||
(true, _) => No(BadTestSignature::WrongTypeSignature),
|
||||
(false, _) => Yes
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue