]> git.lizzy.rs Git - rust.git/commitdiff
Remove E0749 from untested error codes
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Sun, 9 Aug 2020 11:15:33 +0000 (13:15 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Sun, 9 Aug 2020 11:53:27 +0000 (13:53 +0200)
src/tools/tidy/src/error_codes_check.rs

index 9c36d853ef78dc94728bd8a7852f1329fb20a407..2fa0f12d7e8dc5d0c3636e2e33a86a78cb697e10 100644 (file)
@@ -16,7 +16,7 @@
 ];
 
 // Some error codes don't have any tests apparently...
-const IGNORE_EXPLANATION_CHECK: &[&str] = &["E0570", "E0601", "E0602", "E0639", "E0729", "E0749"];
+const IGNORE_EXPLANATION_CHECK: &[&str] = &["E0570", "E0601", "E0602", "E0639", "E0729"];
 
 fn check_error_code_explanation(
     f: &str,