diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-02-22 17:10:38 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-03-28 17:08:28 +0000 |
| commit | 7b4f715979f53f8aaecafa7c9f3330817e054665 (patch) | |
| tree | a3deadbe731726ed1ccd972f0835bd525bb3daa9 /src/tools/tidy | |
| parent | 2aa49d4005d00e7f3b6ee1c596f0c5875d74d90a (diff) | |
| download | rust-7b4f715979f53f8aaecafa7c9f3330817e054665.tar.gz rust-7b4f715979f53f8aaecafa7c9f3330817e054665.zip | |
Added another folder to the `ui` dir
Diffstat (limited to 'src/tools/tidy')
| -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 0e5e0c2616e..63a8909c662 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -7,7 +7,7 @@ use std::path::Path; const ENTRY_LIMIT: usize = 1000; // FIXME: The following limits should be reduced eventually. -const ROOT_ENTRY_LIMIT: usize = 985; +const ROOT_ENTRY_LIMIT: usize = 986; const ISSUES_ENTRY_LIMIT: usize = 2310; fn check_entries(path: &Path, bad: &mut bool) { |
