Skip to content

Commit 17db7a4

Browse files
Remove E0750 from unchecked error codes
1 parent 259d350 commit 17db7a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/tidy/src/error_codes_check.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +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] =
20-
&["E0570", "E0601", "E0602", "E0639", "E0729", "E0749", "E0750"];
19+
const IGNORE_EXPLANATION_CHECK: &[&str] = &["E0570", "E0601", "E0602", "E0639", "E0729", "E0749"];
2120

2221
fn check_error_code_explanation(
2322
f: &str,

0 commit comments

Comments
 (0)