diff options
| author | bors <bors@rust-lang.org> | 2024-01-15 00:04:09 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-01-15 00:04:09 +0000 |
| commit | 9567c3ee73e78e5395a0d4aafce915cb7d7e883f (patch) | |
| tree | 743770c5c50dae5d1dc3eeccf366845feabe0dba /src | |
| parent | 30dfb9e046aeb878db04332c74de76e52fb7db10 (diff) | |
| parent | db36304102fd86305b0319d5a3d8f440aa4b139d (diff) | |
| download | rust-9567c3ee73e78e5395a0d4aafce915cb7d7e883f.tar.gz rust-9567c3ee73e78e5395a0d4aafce915cb7d7e883f.zip | |
Auto merge of #119581 - Nadrieril:detangle-arena, r=compiler-errors
Exhaustiveness: remove the need for arena-allocation within the algorithm After https://github.com/rust-lang/rust/pull/119688, exhaustiveness checking doesn't need access to the arena anymore. This simplifies the lifetime story and makes it compile on stable without the extra dependency. r? `@compiler-errors`
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index c198c116282..b03811e5efd 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -359,7 +359,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "tracing-tree", "twox-hash", "type-map", - "typed-arena", "typenum", "unic-langid", "unic-langid-impl", |
