Skip to content

Commit b61faf7

Browse files
committed
ignore unused macro
it's helpful to add tests that confirmes that a case isn't handled before handling it and then updating the test
1 parent 6e5ca6e commit b61faf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/buildtest/runner.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ impl Runner {
6363
}
6464
}
6565

66+
#[allow(unused_macros)]
6667
macro_rules! test_prepare_unknown_err {
6768
($name:ident, $krate:expr, $expected:ident $(,$expected_output:expr)?) => {
6869
#[test]

0 commit comments

Comments
 (0)