]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/tidy/src/ui_tests.rs
New upstream version 1.55.0+dfsg1
[rustc.git] / src / tools / tidy / src / ui_tests.rs
index f61295c88308c1660f002527c601fb1630c5906a..66d05d9f00ee98c082916bb346005278f6d7c8e1 100644 (file)
@@ -7,8 +7,8 @@ use std::path::Path;
 
 const ENTRY_LIMIT: usize = 1000;
 // FIXME: The following limits should be reduced eventually.
-const ROOT_ENTRY_LIMIT: usize = 1371;
-const ISSUES_ENTRY_LIMIT: usize = 2559;
+const ROOT_ENTRY_LIMIT: usize = 1345;
+const ISSUES_ENTRY_LIMIT: usize = 2530;
 
 fn check_entries(path: &Path, bad: &mut bool) {
     let dirs = walkdir::WalkDir::new(&path.join("test/ui"))