]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/tidy/src/ui_tests.rs
Add `run-rustfix` to tests/ui/issues/issue-92741.rs
[rust.git] / src / tools / tidy / src / ui_tests.rs
index ba20c77a7d16338fbbed672232e4c2c6bf122ef1..83551a1d820abe0c5c30ce395dd968100f813638 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 = 2000;
+const ISSUES_ENTRY_LIMIT: usize = 2001;
 
 fn check_entries(path: &Path, bad: &mut bool) {
     for dir in Walk::new(&path.join("ui")) {