diff options
| author | Olanti <olanti-p@yandex.ru> | 2023-08-24 02:05:32 +0300 |
|---|---|---|
| committer | Olanti <olanti-p@yandex.ru> | 2023-08-24 20:44:08 +0300 |
| commit | 8216f17d7d09d1ac6224b99c0ebf719ed276e4a7 (patch) | |
| tree | b547832193487aa600e6ff1da25a9b06f8683eba /src | |
| parent | 0510a1526d4135861226281eed38114ab71a12f0 (diff) | |
| download | rust-8216f17d7d09d1ac6224b99c0ebf719ed276e4a7.tar.gz rust-8216f17d7d09d1ac6224b99c0ebf719ed276e4a7.zip | |
Move issue 29181, 2804, 17431, 66768
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/ui_tests.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/tidy/src/ui_tests.rs b/src/tools/tidy/src/ui_tests.rs index 3414924007b..6a197527a64 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -10,8 +10,8 @@ use std::path::{Path, PathBuf}; const ENTRY_LIMIT: usize = 900; // FIXME: The following limits should be reduced eventually. -const ISSUES_ENTRY_LIMIT: usize = 1891; -const ROOT_ENTRY_LIMIT: usize = 866; +const ISSUES_ENTRY_LIMIT: usize = 1874; +const ROOT_ENTRY_LIMIT: usize = 865; const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[ "rs", // test source files |
