We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e78683 commit ecfe92fCopy full SHA for ecfe92f
src/tools/tidy/src/features.rs
@@ -384,7 +384,7 @@ fn map_lib_features(base_src_path: &Path,
384
let file = entry.path();
385
let filename = file.file_name().unwrap().to_string_lossy();
386
if !filename.ends_with(".rs") || filename == "features.rs" ||
387
- filename == "diagnostic_list.rs" {
+ filename == "diagnostic_list.rs" || filename == "error_codes.rs" {
388
return;
389
}
390
0 commit comments