Remove E0750 from unchecked error codes

This commit is contained in:
Guillaume Gomez 2020-08-08 14:00:36 +02:00
parent 259d350111
commit 17db7a4b5c

View File

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