We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7533a94 commit b71f85dCopy full SHA for b71f85d
src/tools/tidy/src/ui_tests.rs
@@ -8,7 +8,7 @@ use std::path::Path;
8
const ENTRY_LIMIT: usize = 1000;
9
// FIXME: The following limits should be reduced eventually.
10
const ROOT_ENTRY_LIMIT: usize = 948;
11
-const ISSUES_ENTRY_LIMIT: usize = 2117;
+const ISSUES_ENTRY_LIMIT: usize = 2118;
12
13
fn check_entries(path: &Path, bad: &mut bool) {
14
let dirs = walkdir::WalkDir::new(&path.join("test/ui"))
0 commit comments