We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6615dee commit 33b3487Copy full SHA for 33b3487
src/tools/tidy/src/ui_tests.rs
@@ -10,8 +10,8 @@ use std::path::{Path, PathBuf};
10
11
const ENTRY_LIMIT: usize = 900;
12
// FIXME: The following limits should be reduced eventually.
13
-const ISSUES_ENTRY_LIMIT: usize = 1896;
14
-const ROOT_ENTRY_LIMIT: usize = 870;
+const ISSUES_ENTRY_LIMIT: usize = 1895;
+const ROOT_ENTRY_LIMIT: usize = 868;
15
16
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
17
"rs", // test source files
0 commit comments