Add run-rustfix to tests/ui/issues/issue-92741.rs

This commit is contained in:
CastilloDel 2023-02-06 15:33:54 +01:00
parent 039f70e926
commit f0830c0ade
4 changed files with 30 additions and 16 deletions

View file

@ -10,7 +10,7 @@ use std::path::Path;
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")) {