We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebb3c4 commit 61b07b7Copy full SHA for 61b07b7
src/tools/tidy/src/ui_tests.rs
@@ -17,7 +17,7 @@ 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 = 1750;
+const ISSUES_ENTRY_LIMIT: usize = 1733;
21
const ROOT_ENTRY_LIMIT: usize = 859;
22
23
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
0 commit comments