We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad56e3 commit b9599d1Copy full SHA for b9599d1
src/tools/tidy/src/errors.rs
@@ -15,7 +15,7 @@ pub fn check(path: &Path, bad: &mut bool) {
15
&mut |path| super::filter_dirs(path) || path.ends_with("src/test"),
16
&mut |file| {
17
let filename = file.file_name().unwrap().to_string_lossy();
18
- if filename != "diagnostics.rs" && filename != "diagnostic_list.rs" {
+ if filename != "error_codes.rs" && filename != "diagnostic_list.rs" {
19
return
20
}
21
0 commit comments