]> git.lizzy.rs Git - rust.git/commitdiff
Allow the E0482 to be tested
authorsireliah <sajuukk@gmail.com>
Sat, 9 Oct 2021 19:54:02 +0000 (21:54 +0200)
committersireliah <sajuukk@gmail.com>
Sat, 9 Oct 2021 19:54:02 +0000 (21:54 +0200)
src/tools/tidy/src/error_codes_check.rs

index 53c75a463390d75b8be1e66b9a9dd2f9b31e91df..ce169867b7b1d851d5f38977bf4a41a79c405b21 100644 (file)
@@ -11,7 +11,7 @@
 // A few of those error codes can't be tested but all the others can and *should* be tested!
 const EXEMPTED_FROM_TEST: &[&str] = &[
     "E0227", "E0279", "E0280", "E0313", "E0377", "E0461", "E0462", "E0464", "E0465", "E0476",
-    "E0482", "E0514", "E0519", "E0523", "E0554", "E0640", "E0717", "E0729",
+    "E0514", "E0519", "E0523", "E0554", "E0640", "E0717", "E0729",
 ];
 
 // Some error codes don't have any tests apparently...