Remove E0750 from unchecked error codes
This commit is contained in:
parent
259d350111
commit
17db7a4b5c
@ -16,8 +16,7 @@ const EXEMPTED_FROM_TEST: &[&str] = &[
|
|||||||
];
|
];
|
||||||
|
|
||||||
// Some error codes don't have any tests apparently...
|
// Some error codes don't have any tests apparently...
|
||||||
const IGNORE_EXPLANATION_CHECK: &[&str] =
|
const IGNORE_EXPLANATION_CHECK: &[&str] = &["E0570", "E0601", "E0602", "E0639", "E0729", "E0749"];
|
||||||
&["E0570", "E0601", "E0602", "E0639", "E0729", "E0749", "E0750"];
|
|
||||||
|
|
||||||
fn check_error_code_explanation(
|
fn check_error_code_explanation(
|
||||||
f: &str,
|
f: &str,
|
||||||
|
Loading…
Reference in New Issue
Block a user