We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc54a1f commit 4e78760Copy full SHA for 4e78760
src/tools/tidy/src/error_codes_check.rs
@@ -16,7 +16,7 @@ const EXEMPTED_FROM_TEST: &[&str] = &[
16
];
17
18
// Some error codes don't have any tests apparently...
19
-const IGNORE_EXPLANATION_CHECK: &[&str] = &["E0570", "E0601", "E0602", "E0639", "E0729", "E0749"];
+const IGNORE_EXPLANATION_CHECK: &[&str] = &["E0570", "E0601", "E0602", "E0639", "E0729"];
20
21
fn check_error_code_explanation(
22
f: &str,
0 commit comments