X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Ftidy%2Fsrc%2Fui_tests.rs;h=83551a1d820abe0c5c30ce395dd968100f813638;hb=f0830c0ade39c76142118fc6f8fe7375173af7c7;hp=806e84025c4a28cb37b5f841f70e6580e27d1bcc;hpb=4887cb18dc2ef5b1bf3fc50ce6c267fde085032b;p=rust.git diff --git a/src/tools/tidy/src/ui_tests.rs b/src/tools/tidy/src/ui_tests.rs index 806e84025c4..83551a1d820 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -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 = 1998; +const ISSUES_ENTRY_LIMIT: usize = 2001; fn check_entries(path: &Path, bad: &mut bool) { for dir in Walk::new(&path.join("ui")) {