No need to whitelist E0750 anymore

This commit is contained in:
Guillaume Gomez 2020-04-27 13:36:45 +02:00
parent 019ab732ce
commit 116dca5d85

View File

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