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
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const WHITELIST: &[&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", "E0750", "E0751"];
|
&["E0570", "E0601", "E0602", "E0639", "E0729", "E0749", "E0750"];
|
||||||
|
|
||||||
fn check_error_code_explanation(
|
fn check_error_code_explanation(
|
||||||
f: &str,
|
f: &str,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue