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