We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700084a commit a8857d2Copy full SHA for a8857d2
src/tools/tidy/src/ui_tests.rs
@@ -10,7 +10,7 @@ use std::path::{Path, PathBuf};
10
// FIXME: The following limits should be reduced eventually.
11
const ENTRY_LIMIT: usize = 885;
12
const ROOT_ENTRY_LIMIT: usize = 891;
13
-const ISSUES_ENTRY_LIMIT: usize = 1978;
+const ISSUES_ENTRY_LIMIT: usize = 1977;
14
15
fn check_entries(tests_path: &Path, bad: &mut bool) {
16
let mut directories: HashMap<PathBuf, usize> = HashMap::new();
0 commit comments