We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72c646 commit f63ac6aCopy full SHA for f63ac6a
src/tools/tidy/src/ui_tests.rs
@@ -9,8 +9,8 @@ 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 = 941;
13
-const ISSUES_ENTRY_LIMIT: usize = 2117;
+const ROOT_ENTRY_LIMIT: usize = 939;
+const ISSUES_ENTRY_LIMIT: usize = 2105;
14
15
fn check_entries(path: &Path, bad: &mut bool) {
16
for dir in Walk::new(&path.join("test/ui")) {
0 commit comments