diff options
| author | Maybe Waffle <waffle.lapkin@gmail.com> | 2022-11-21 12:40:27 +0000 |
|---|---|---|
| committer | Maybe Waffle <waffle.lapkin@gmail.com> | 2023-06-26 08:56:32 +0000 |
| commit | ccb71ff424a37f0a52111bc0884b0df282dbcb6d (patch) | |
| tree | 3947cf438ed1ae013f349a152a71101168922fbc /src | |
| parent | 97bf23d26b1ffff46f071aa687945a6cf85a5914 (diff) | |
| download | rust-ccb71ff424a37f0a52111bc0884b0df282dbcb6d.tar.gz rust-ccb71ff424a37f0a52111bc0884b0df282dbcb6d.zip | |
`hir`: Add `Become` expression kind
Diffstat (limited to 'src')
| -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 55bf38110a6..3ed587caadc 100644 --- a/src/tools/tidy/src/ui_tests.rs +++ b/src/tools/tidy/src/ui_tests.rs @@ -11,7 +11,7 @@ use std::path::{Path, PathBuf}; const ENTRY_LIMIT: usize = 900; // FIXME: The following limits should be reduced eventually. const ISSUES_ENTRY_LIMIT: usize = 1896; -const ROOT_ENTRY_LIMIT: usize = 870; +const ROOT_ENTRY_LIMIT: usize = 871; const EXPECTED_TEST_FILE_EXTENSIONS: &[&str] = &[ "rs", // test source files |
