Pacify tidy.

This commit is contained in:
Camille GILLOT 2023-04-13 14:39:32 +00:00
parent 700084aa97
commit a8857d2fe1
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ use std::path::{Path, PathBuf};
// FIXME: The following limits should be reduced eventually.
const ENTRY_LIMIT: usize = 885;
const ROOT_ENTRY_LIMIT: usize = 891;
const ISSUES_ENTRY_LIMIT: usize = 1978;
const ISSUES_ENTRY_LIMIT: usize = 1977;
fn check_entries(tests_path: &Path, bad: &mut bool) {
let mut directories: HashMap<PathBuf, usize> = HashMap::new();