Skip to content

Commit e8fd74a

Browse files
committed
remove redundant match branch
1 parent 4cbf400 commit e8fd74a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libsyntax/test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ fn is_test_fn(cx: &TestCtxt, i: &ast::Item) -> bool {
358358
} else {
359359
Yes
360360
},
361-
(true, _) => No(BadTestSignature::WrongTypeSignature),
362361
(false, _) => Yes
363362
}
364363
}

0 commit comments

Comments
 (0)