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