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