about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCaio <c410.f3r@gmail.com>2022-11-12 09:54:06 -0300
committerCaio <c410.f3r@gmail.com>2022-11-12 09:54:06 -0300
commitf800edf23603223dc18410f8da0dce259f31c74b (patch)
treebcd51eed47681c3743cffb531e3019142516f041
parente66de455197cba33f788832a245b04e1064061db (diff)
downloadrust-f800edf23603223dc18410f8da0dce259f31c74b.tar.gz
rust-f800edf23603223dc18410f8da0dce259f31c74b.zip
Tidy
-rw-r--r--src/tools/tidy/src/ui_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/ui_tests.rs b/src/tools/tidy/src/ui_tests.rs
index 2b82e9b3f99..21c6a96747e 100644
--- a/src/tools/tidy/src/ui_tests.rs
+++ b/src/tools/tidy/src/ui_tests.rs
@@ -10,7 +10,7 @@ use std::path::Path;
 const ENTRY_LIMIT: usize = 1000;
 // FIXME: The following limits should be reduced eventually.
 const ROOT_ENTRY_LIMIT: usize = 939;
-const ISSUES_ENTRY_LIMIT: usize = 2105;
+const ISSUES_ENTRY_LIMIT: usize = 2085;
 
 fn check_entries(path: &Path, bad: &mut bool) {
     for dir in Walk::new(&path.join("test/ui")) {