Skip to content

Commit 7d40268

Browse files
committed
tidy: bump ROOT_ENTRY_LIMIT by ten
1 parent a861023 commit 7d40268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tools/tidy/src/ui_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use std::path::Path;
99

1010
const ENTRY_LIMIT: usize = 1000;
1111
// FIXME: The following limits should be reduced eventually.
12-
const ROOT_ENTRY_LIMIT: usize = 940;
12+
const ROOT_ENTRY_LIMIT: usize = 950;
1313
const ISSUES_ENTRY_LIMIT: usize = 1978;
1414

1515
fn check_entries(path: &Path, bad: &mut bool) {

0 commit comments

Comments
 (0)