Skip to content

Commit b71f85d

Browse files
committed
Bump ISSUES_ENTRY_LIMIT
1 parent 7533a94 commit b71f85d

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
@@ -8,7 +8,7 @@ use std::path::Path;
88
const ENTRY_LIMIT: usize = 1000;
99
// FIXME: The following limits should be reduced eventually.
1010
const ROOT_ENTRY_LIMIT: usize = 948;
11-
const ISSUES_ENTRY_LIMIT: usize = 2117;
11+
const ISSUES_ENTRY_LIMIT: usize = 2118;
1212

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

0 commit comments

Comments
 (0)