Skip to content

Commit a8857d2

Browse files
committed
Pacify tidy.
1 parent 700084a commit a8857d2

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
@@ -10,7 +10,7 @@ use std::path::{Path, PathBuf};
1010
// FIXME: The following limits should be reduced eventually.
1111
const ENTRY_LIMIT: usize = 885;
1212
const ROOT_ENTRY_LIMIT: usize = 891;
13-
const ISSUES_ENTRY_LIMIT: usize = 1978;
13+
const ISSUES_ENTRY_LIMIT: usize = 1977;
1414

1515
fn check_entries(tests_path: &Path, bad: &mut bool) {
1616
let mut directories: HashMap<PathBuf, usize> = HashMap::new();

0 commit comments

Comments
 (0)