We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26785b commit ecd58bfCopy full SHA for ecd58bf
src/tools/tidy/src/ui_tests.rs
@@ -10,7 +10,7 @@ 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 = 1849;
+const ISSUES_ENTRY_LIMIT: usize = 1812;
14
const ROOT_ENTRY_LIMIT: usize = 870;
15
16
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
0 commit comments