We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bc9ca commit 6c72732Copy full SHA for 6c72732
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 = 859;
+const ISSUES_ENTRY_LIMIT: usize = 1750;
+const ROOT_ENTRY_LIMIT: usize = 860;
22
23
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
24
"rs", // test source files
0 commit comments