We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbb5d6 commit c25228aCopy full SHA for c25228a
src/tools/tidy/src/ui_tests.rs
@@ -14,7 +14,7 @@ use std::path::{Path, PathBuf};
14
// #73494.
15
const ENTRY_LIMIT: usize = 900;
16
const ISSUES_ENTRY_LIMIT: usize = 1782;
17
-const ROOT_ENTRY_LIMIT: usize = 870;
+const ROOT_ENTRY_LIMIT: usize = 868;
18
19
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
20
"rs", // test source files
0 commit comments