We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efed49b + 116dca5 commit c890912Copy full SHA for c890912
src/tools/tidy/src/error_codes_check.rs
@@ -17,7 +17,7 @@ const WHITELIST: &[&str] = &[
17
18
// Some error codes don't have any tests apparently...
19
const IGNORE_EXPLANATION_CHECK: &[&str] =
20
- &["E0570", "E0601", "E0602", "E0639", "E0729", "E0749", "E0750", "E0751"];
+ &["E0570", "E0601", "E0602", "E0639", "E0729", "E0749", "E0750"];
21
22
fn check_error_code_explanation(
23
f: &str,
0 commit comments