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 a94e39e commit 14aae67Copy full SHA for 14aae67
src/tools/tidy/src/error_codes_check.rs
@@ -11,7 +11,7 @@ use regex::Regex;
11
// A few of those error codes can't be tested but all the others can and *should* be tested!
12
const EXEMPTED_FROM_TEST: &[&str] = &[
13
"E0227", "E0279", "E0280", "E0313", "E0377", "E0461", "E0462", "E0464", "E0465", "E0476",
14
- "E0482", "E0514", "E0519", "E0523", "E0554", "E0640", "E0717", "E0729",
+ "E0514", "E0519", "E0523", "E0554", "E0640", "E0717", "E0729",
15
];
16
17
// Some error codes don't have any tests apparently...
0 commit comments