We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbc9e8 commit fbc635fCopy full SHA for fbc635f
src/tools/tidy/src/ui_tests.rs
@@ -17,8 +17,8 @@ use std::path::{Path, PathBuf};
17
const ENTRY_LIMIT: usize = 900;
18
// FIXME: The following limits should be reduced eventually.
19
20
-const ISSUES_ENTRY_LIMIT: usize = 1733;
21
-const ROOT_ENTRY_LIMIT: usize = 861;
+const ISSUES_ENTRY_LIMIT: usize = 1734;
+const ROOT_ENTRY_LIMIT: usize = 859;
22
23
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
24
"rs", // test source files
0 commit comments