Skip to content

Commit 9f63474

Browse files
committed
Remove the unused tidy_error macro
1 parent ca05c0b commit 9f63474

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/tools/tidy/src/lib.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ macro_rules! t {
4343
};
4444
}
4545

46-
macro_rules! tidy_error {
47-
($bad:expr, $($fmt:tt)*) => ({
48-
$crate::tidy_error(&format_args!($($fmt)*).to_string()).expect("failed to output error");
49-
*$bad = true;
50-
});
51-
}
52-
5346
fn tidy_error(args: &str) -> std::io::Result<()> {
5447
use std::io::Write;
5548

0 commit comments

Comments
 (0)