Tidy
This commit is contained in:
parent
c72c646625
commit
f63ac6a13f
@ -9,8 +9,8 @@
|
||||
|
||||
const ENTRY_LIMIT: usize = 1000;
|
||||
// FIXME: The following limits should be reduced eventually.
|
||||
const ROOT_ENTRY_LIMIT: usize = 941;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2117;
|
||||
const ROOT_ENTRY_LIMIT: usize = 939;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 2105;
|
||||
|
||||
fn check_entries(path: &Path, bad: &mut bool) {
|
||||
for dir in Walk::new(&path.join("test/ui")) {
|
||||
|
Loading…
Reference in New Issue
Block a user