Skip to content

Commit 8216f17

Browse files
committed
Move issue 29181, 2804, 17431, 66768
1 parent 0510a15 commit 8216f17

20 files changed

+2
-2
lines changed

src/tools/tidy/src/ui_tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ use std::path::{Path, PathBuf};
1010

1111
const ENTRY_LIMIT: usize = 900;
1212
// FIXME: The following limits should be reduced eventually.
13-
const ISSUES_ENTRY_LIMIT: usize = 1891;
14-
const ROOT_ENTRY_LIMIT: usize = 866;
13+
const ISSUES_ENTRY_LIMIT: usize = 1874;
14+
const ROOT_ENTRY_LIMIT: usize = 865;
1515

1616
const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[
1717
"rs", // test source files
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)