Skip to content

Commit ecfe92f

Browse files
committedSep 27, 2019
Don't check error_codes files for lints
1 parent 2e78683 commit ecfe92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/tools/tidy/src/features.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ fn map_lib_features(base_src_path: &Path,
384384
let file = entry.path();
385385
let filename = file.file_name().unwrap().to_string_lossy();
386386
if !filename.ends_with(".rs") || filename == "features.rs" ||
387-
filename == "diagnostic_list.rs" {
387+
filename == "diagnostic_list.rs" || filename == "error_codes.rs" {
388388
return;
389389
}
390390

0 commit comments

Comments
 (0)