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