diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2023-09-28 18:49:39 +0000 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2023-11-07 01:54:00 +0000 |
| commit | aae391cf6880cc19d2fa543cb3de67ffbb26d01c (patch) | |
| tree | 84b37ab62b7e3a1caea6e85a256152f0f917b108 /src | |
| parent | b049093560aa1c69face8c1893bd8acd99fff275 (diff) | |
| download | rust-aae391cf6880cc19d2fa543cb3de67ffbb26d01c.tar.gz rust-aae391cf6880cc19d2fa543cb3de67ffbb26d01c.zip | |
Apply structured suggestion that allows test to work since 1.64
Close #73497.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/ui_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/ui_tests.rs b/src/tools/tidy/src/ui_tests.rs index 7e24793adee..dfa386b49de 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -10,7 +10,7 @@ use std::path::{Path, PathBuf}; const ENTRY_LIMIT: usize = 900; // FIXME: The following limits should be reduced eventually. -const ISSUES_ENTRY_LIMIT: usize = 1854; +const ISSUES_ENTRY_LIMIT: usize = 1852; const ROOT_ENTRY_LIMIT: usize = 867; const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[ |
