]> git.lizzy.rs Git - rust.git/commitdiff
Increase tidy limit for parser by 1
author5225225 <5225225@mailbox.org>
Tue, 16 Nov 2021 08:08:31 +0000 (08:08 +0000)
committer5225225 <5225225@mailbox.org>
Tue, 16 Nov 2021 08:08:31 +0000 (08:08 +0000)
src/tools/tidy/src/ui_tests.rs

index cc058d538f38886056537c153e0be70e93922001..681b2486d07cc0bc20b54ccf95ac22dc20d7e798 100644 (file)
@@ -9,7 +9,7 @@
 // FIXME: The following limits should be reduced eventually.
 const ROOT_ENTRY_LIMIT: usize = 1102;
 const ISSUES_ENTRY_LIMIT: usize = 2310;
-const PARSER_LIMIT: usize = 1004;
+const PARSER_LIMIT: usize = 1005;
 
 fn check_entries(path: &Path, bad: &mut bool) {
     let dirs = walkdir::WalkDir::new(&path.join("test/ui"))