]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/tidy/src/lib.rs
Rollup merge of #106341 - Ezrashaw:refactor-error-code-tidy-check, r=mejrs,klensy...
[rust.git] / src / tools / tidy / src / lib.rs
index 4075f2616b0fd726739410a0cc1ac9fcffb47f72..15c641d748c8e414ba62e728eaa2b7a7106ea163 100644 (file)
@@ -56,8 +56,7 @@ fn tidy_error(bad: &mut bool, args: impl Display) -> std::io::Result<()> {
 pub mod debug_artifacts;
 pub mod deps;
 pub mod edition;
-pub mod error_codes_check;
-pub mod errors;
+pub mod error_codes;
 pub mod extdeps;
 pub mod features;
 pub mod mir_opt_tests;