about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorCaio <c410.f3r@gmail.com>2022-11-05 09:59:27 -0300
committerCaio <c410.f3r@gmail.com>2022-11-05 09:59:27 -0300
commitf63ac6a13fc0afddfa808fe791f56564b41eb150 (patch)
treec194c5b0c9da8dc52e9520cf7db83c034115ce71 /src/tools
parentc72c646625504fa1e772b1265d88e70cc5ba340b (diff)
downloadrust-f63ac6a13fc0afddfa808fe791f56564b41eb150.tar.gz
rust-f63ac6a13fc0afddfa808fe791f56564b41eb150.zip
Tidy
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tidy/src/ui_tests.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/tidy/src/ui_tests.rs b/src/tools/tidy/src/ui_tests.rs
index aee36f061c5..2b82e9b3f99 100644
--- a/src/tools/tidy/src/ui_tests.rs
+++ b/src/tools/tidy/src/ui_tests.rs
@@ -9,8 +9,8 @@ use std::path::Path;
 
 const ENTRY_LIMIT: usize = 1000;
 // FIXME: The following limits should be reduced eventually.
-const ROOT_ENTRY_LIMIT: usize = 941;
-const ISSUES_ENTRY_LIMIT: usize = 2117;
+const ROOT_ENTRY_LIMIT: usize = 939;
+const ISSUES_ENTRY_LIMIT: usize = 2105;
 
 fn check_entries(path: &Path, bad: &mut bool) {
     for dir in Walk::new(&path.join("test/ui")) {