Remove references to now unused E0526

It remains as a comment in `error_codes.rs` for consistency with
other unused errors.
This commit is contained in:
Dylan MacKenzie 2019-10-30 08:28:11 -07:00
parent 122c6fedf4
commit 627e3ef739
2 changed files with 1 additions and 2 deletions

View file

@ -40,7 +40,6 @@ const WHITELIST: &[&str] = &[
"E0514",
"E0519",
"E0523",
"E0526",
"E0554",
"E0570",
"E0629",