about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorFabian Wolff <fabi.wolff@arcor.de>2021-05-09 22:31:49 +0200
committerFabian Wolff <fabi.wolff@arcor.de>2021-05-09 22:35:18 +0200
commit3c0c3874fc75c730efba0702579bfeef34eecf31 (patch)
treef8e4a9c57f619e3879936501711d61a08b8ba586 /src/tools
parent439ef6d76279268eb80e33afffafa22597e22776 (diff)
downloadrust-3c0c3874fc75c730efba0702579bfeef34eecf31.tar.gz
rust-3c0c3874fc75c730efba0702579bfeef34eecf31.zip
Implement @jackh726's suggestions
Diffstat (limited to 'src/tools')
-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 791489b3960..8334bc68ae7 100644
--- a/src/tools/tidy/src/ui_tests.rs
+++ b/src/tools/tidy/src/ui_tests.rs
@@ -8,7 +8,7 @@ use std::path::Path;
 const ENTRY_LIMIT: usize = 1000;
 // FIXME: The following limits should be reduced eventually.
 const ROOT_ENTRY_LIMIT: usize = 1388;
-const ISSUES_ENTRY_LIMIT: usize = 2557;
+const ISSUES_ENTRY_LIMIT: usize = 2551;
 
 fn check_entries(path: &Path, bad: &mut bool) {
     let dirs = walkdir::WalkDir::new(&path.join("test/ui"))