We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e59c2 commit eee29b0Copy full SHA for eee29b0
src/tools/tidy/src/ui_tests.rs
@@ -9,7 +9,7 @@ const ENTRY_LIMIT: usize = 1000;
9
// FIXME: The following limits should be reduced eventually.
10
const ROOT_ENTRY_LIMIT: usize = 1102;
11
const ISSUES_ENTRY_LIMIT: usize = 2310;
12
-const PARSER_LIMIT: usize = 1004;
+const PARSER_LIMIT: usize = 1005;
13
14
fn check_entries(path: &Path, bad: &mut bool) {
15
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))
0 commit comments