Rollup merge of #71605 - GuillaumeGomez:remove-e0750-from-whitelist, r=Dylan-DPC
No need to whitelist E0750 anymore Since #71304 has been fixed, no need to whitelist it anymore. r? @Dylan-DPC
This commit is contained in:
commit
c890912da1
@ -17,7 +17,7 @@ const WHITELIST: &[&str] = &[
|
||||
|
||||
// Some error codes don't have any tests apparently...
|
||||
const IGNORE_EXPLANATION_CHECK: &[&str] =
|
||||
&["E0570", "E0601", "E0602", "E0639", "E0729", "E0749", "E0750", "E0751"];
|
||||
&["E0570", "E0601", "E0602", "E0639", "E0729", "E0749", "E0750"];
|
||||
|
||||
fn check_error_code_explanation(
|
||||
f: &str,
|
||||
|
Loading…
x
Reference in New Issue
Block a user