Skip to content

Commit 4e78760

Browse files
Remove E0749 from untested error codes
1 parent cc54a1f commit 4e78760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/error_codes_check.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const EXEMPTED_FROM_TEST: &[&str] = &[
1616
];
1717

1818
// Some error codes don't have any tests apparently...
19-
const IGNORE_EXPLANATION_CHECK: &[&str] = &["E0570", "E0601", "E0602", "E0639", "E0729", "E0749"];
19+
const IGNORE_EXPLANATION_CHECK: &[&str] = &["E0570", "E0601", "E0602", "E0639", "E0729"];
2020

2121
fn check_error_code_explanation(
2222
f: &str,

0 commit comments

Comments
 (0)