diff options
| author | LeSeulArtichaut <leseulartichaut@gmail.com> | 2021-05-17 00:29:54 +0200 |
|---|---|---|
| committer | LeSeulArtichaut <leseulartichaut@gmail.com> | 2021-05-21 19:51:53 +0200 |
| commit | 0e1afc4501eae89862a50ab24961a8d12ece0a37 (patch) | |
| tree | 280a9ef31e7231cdbbf38a25a073b88ea2dc7615 /src/tools | |
| parent | 6b327aaa08aea817e51640585b4d63cf4017965f (diff) | |
| download | rust-0e1afc4501eae89862a50ab24961a8d12ece0a37.tar.gz rust-0e1afc4501eae89862a50ab24961a8d12ece0a37.zip | |
Check for use of mutable/extern statics in THIR unsafeck
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/ui_tests.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/tidy/src/ui_tests.rs b/src/tools/tidy/src/ui_tests.rs index 7b42de0ec43..3f983884460 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -7,8 +7,8 @@ use std::path::Path; const ENTRY_LIMIT: usize = 1000; // FIXME: The following limits should be reduced eventually. -const ROOT_ENTRY_LIMIT: usize = 1370; -const ISSUES_ENTRY_LIMIT: usize = 2555; +const ROOT_ENTRY_LIMIT: usize = 1371; +const ISSUES_ENTRY_LIMIT: usize = 2558; fn check_entries(path: &Path, bad: &mut bool) { let dirs = walkdir::WalkDir::new(&path.join("test/ui")) |
