about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2023-09-28 18:49:39 +0000
committerEsteban Küber <esteban@kuber.com.ar>2023-11-07 01:54:00 +0000
commitaae391cf6880cc19d2fa543cb3de67ffbb26d01c (patch)
tree84b37ab62b7e3a1caea6e85a256152f0f917b108 /src
parentb049093560aa1c69face8c1893bd8acd99fff275 (diff)
downloadrust-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.rs2
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] = &[