Skip to content

Commit 5119f7d

Browse files
committed
directory size limit :<
1 parent 6f9041b commit 5119f7d

File tree

115 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+3
-3
lines changed

src/tools/tidy/src/ui_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::path::{Path, PathBuf};
1111
const ENTRY_LIMIT: usize = 900;
1212
// FIXME: The following limits should be reduced eventually.
1313
const ISSUES_ENTRY_LIMIT: usize = 1898;
14-
const ROOT_ENTRY_LIMIT: usize = 894;
14+
const ROOT_ENTRY_LIMIT: usize = 891;
1515

1616
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
1717
"rs", // test source files

0 commit comments

Comments
 (0)