about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEzra Shaw <ezrasure@outlook.com>2023-01-02 09:11:36 +1300
committerEzra Shaw <ezrasure@outlook.com>2023-01-02 09:11:36 +1300
commit9618f646b314f934fe4ff92d6424255573c65a1c (patch)
tree75ab75a8da426eb8a434db6630dcb71d1226618d /src
parent04b9038610606313cf023e59fc6a0ef4d5d22340 (diff)
downloadrust-9618f646b314f934fe4ff92d6424255573c65a1c.tar.gz
rust-9618f646b314f934fe4ff92d6424255573c65a1c.zip
docs: revert removal of `E0729`
Diffstat (limited to 'src')
-rw-r--r--src/tools/tidy/src/error_codes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/error_codes.rs b/src/tools/tidy/src/error_codes.rs
index f4aebbf2277..b766f166718 100644
--- a/src/tools/tidy/src/error_codes.rs
+++ b/src/tools/tidy/src/error_codes.rs
@@ -29,7 +29,7 @@ const ERROR_DOCS_PATH: &str = "compiler/rustc_error_codes/src/error_codes/";
 const ERROR_TESTS_PATH: &str = "src/test/ui/error-codes/";
 
 // Error codes that (for some reason) can't have a doctest in their explanation. Error codes are still expected to provide a code example, even if untested.
-const IGNORE_DOCTEST_CHECK: &[&str] = &["E0464", "E0570", "E0601", "E0602", "E0729"];
+const IGNORE_DOCTEST_CHECK: &[&str] = &["E0464", "E0570", "E0601", "E0602"];
 
 // Error codes that don't yet have a UI test. This list will eventually be removed.
 const IGNORE_UI_TEST_CHECK: &[&str] = &[