Skip to content

Commit b9599d1

Browse files
committed
Rename filename
1 parent 9ad56e3 commit b9599d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/errors.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub fn check(path: &Path, bad: &mut bool) {
1515
&mut |path| super::filter_dirs(path) || path.ends_with("src/test"),
1616
&mut |file| {
1717
let filename = file.file_name().unwrap().to_string_lossy();
18-
if filename != "diagnostics.rs" && filename != "diagnostic_list.rs" {
18+
if filename != "error_codes.rs" && filename != "diagnostic_list.rs" {
1919
return
2020
}
2121

0 commit comments

Comments
 (0)