We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ec05d commit 105df08Copy full SHA for 105df08
src/tools/tidy/src/ui_tests.rs
@@ -11,7 +11,7 @@ use std::path::{Path, PathBuf};
11
const ENTRY_LIMIT: usize = 900;
12
// FIXME: The following limits should be reduced eventually.
13
const ISSUES_ENTRY_LIMIT: usize = 1891;
14
-const ROOT_ENTRY_LIMIT: usize = 866;
+const ROOT_ENTRY_LIMIT: usize = 867; // this includes files *and* folders!
15
16
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
17
"rs", // test source files
0 commit comments