From fbc635f0d69ddd08f67fba05af554a1c358f5377 Mon Sep 17 00:00:00 2001 From: Camille GILLOT Date: Sun, 7 May 2023 22:13:19 +0000 Subject: [PATCH] Pacify tidy. --- src/tools/tidy/src/ui_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/tidy/src/ui_tests.rs b/src/tools/tidy/src/ui_tests.rs index 65ea685b37c60..7a414adb70a1b 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -17,8 +17,8 @@ use std::path::{Path, PathBuf}; const ENTRY_LIMIT: usize = 900; // FIXME: The following limits should be reduced eventually. -const ISSUES_ENTRY_LIMIT: usize = 1733; -const ROOT_ENTRY_LIMIT: usize = 861; +const ISSUES_ENTRY_LIMIT: usize = 1734; +const ROOT_ENTRY_LIMIT: usize = 859; const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[ "rs", // test source files