Skip to content

Commit 2fdfacc

Browse files
committed
Bump tidy ROOT_ENTRY_LIMIT
1 parent a686e61 commit 2fdfacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/ui_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use std::path::{Path, PathBuf};
1414
// #73494.
1515
const ENTRY_LIMIT: usize = 900;
1616
const ISSUES_ENTRY_LIMIT: usize = 1807;
17-
const ROOT_ENTRY_LIMIT: usize = 870;
17+
const ROOT_ENTRY_LIMIT: usize = 871;
1818

1919
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
2020
"rs", // test source files

0 commit comments

Comments
 (0)