]> git.lizzy.rs Git - rust.git/commitdiff
Tidy
authorCaio <c410.f3r@gmail.com>
Sat, 12 Nov 2022 12:54:06 +0000 (09:54 -0300)
committerCaio <c410.f3r@gmail.com>
Sat, 12 Nov 2022 12:54:06 +0000 (09:54 -0300)
src/tools/tidy/src/ui_tests.rs

index 2b82e9b3f998c246687eda81f96867d143b4b223..21c6a96747eefc1d25a793041cbf01e857364251 100644 (file)
@@ -10,7 +10,7 @@
 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")) {