We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66de45 commit f800edfCopy full SHA for f800edf
src/tools/tidy/src/ui_tests.rs
@@ -10,7 +10,7 @@ use std::path::Path;
10
const ENTRY_LIMIT: usize = 1000;
11
// FIXME: The following limits should be reduced eventually.
12
const ROOT_ENTRY_LIMIT: usize = 939;
13
-const ISSUES_ENTRY_LIMIT: usize = 2105;
+const ISSUES_ENTRY_LIMIT: usize = 2085;
14
15
fn check_entries(path: &Path, bad: &mut bool) {
16
for dir in Walk::new(&path.join("test/ui")) {
0 commit comments