Skip to content

Commit eee29b0

Browse files
committed
Increase tidy limit for parser by 1
1 parent 09e59c2 commit eee29b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/ui_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const ENTRY_LIMIT: usize = 1000;
99
// FIXME: The following limits should be reduced eventually.
1010
const ROOT_ENTRY_LIMIT: usize = 1102;
1111
const ISSUES_ENTRY_LIMIT: usize = 2310;
12-
const PARSER_LIMIT: usize = 1004;
12+
const PARSER_LIMIT: usize = 1005;
1313

1414
fn check_entries(path: &Path, bad: &mut bool) {
1515
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))

0 commit comments

Comments
 (0)