We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82902b6 commit 7f94e0cCopy full SHA for 7f94e0c
src/tools/tidy/src/ui_tests.rs
@@ -16,7 +16,7 @@ const ENTRY_LIMIT: usize = 900;
16
// FIXME: The following limits should be reduced eventually.
17
18
const ISSUES_ENTRY_LIMIT: usize = 1676;
19
-const ROOT_ENTRY_LIMIT: usize = 859;
+const ROOT_ENTRY_LIMIT: usize = 860;
20
21
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
22
"rs", // test source files
0 commit comments