diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2023-03-23 00:00:32 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-23 00:00:32 +0530 |
| commit | 70918ecf06ff8b5da15e7e4793a5a4e8a433eb1a (patch) | |
| tree | 5e09cfb5066db60b28510ba46a896dbeddcb9148 /compiler/rustc_data_structures/src/lib.rs | |
| parent | d8543abc550d8fe94ce2fe6048345c900a96a829 (diff) | |
| parent | 663953857556bfaa049a3492bb4ec531ec0127b9 (diff) | |
| download | rust-70918ecf06ff8b5da15e7e4793a5a4e8a433eb1a.tar.gz rust-70918ecf06ff8b5da15e7e4793a5a4e8a433eb1a.zip | |
Rollup merge of #109280 - compiler-errors:no-vec-map, r=Mark-Simulacrum
Remove `VecMap` Not sure what the use of this data structure is over just using `FxIndexMap` or a `Vec`. r? ```@ghost```
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index c595bf830a3..0339fb925d4 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -79,7 +79,6 @@ pub mod sync; pub mod tiny_list; pub mod transitive_relation; pub mod vec_linked_list; -pub mod vec_map; pub mod work_queue; pub use atomic_ref::AtomicRef; pub mod frozen; |
