Remove E0749 from untested error codes

This commit is contained in:
Guillaume Gomez 2020-08-09 13:15:33 +02:00
parent cc54a1f930
commit 4e78760137

View File

@ -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,