mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Pacify tidy.
This commit is contained in:
parent
700084aa97
commit
a8857d2fe1
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user