We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ROOT_ENTRY_LIMIT
1 parent 21d02bf commit 396a4f4Copy full SHA for 396a4f4
src/tools/tidy/src/ui_tests.rs
@@ -7,7 +7,7 @@ use std::path::Path;
7
8
const ENTRY_LIMIT: usize = 1000;
9
// FIXME: The following limits should be reduced eventually.
10
-const ROOT_ENTRY_LIMIT: usize = 1330;
+const ROOT_ENTRY_LIMIT: usize = 1331;
11
const ISSUES_ENTRY_LIMIT: usize = 2488;
12
13
fn check_entries(path: &Path, bad: &mut bool) {
0 commit comments