diff options
| author | Maybe Waffle <waffle.lapkin@gmail.com> | 2023-04-10 15:30:11 +0000 |
|---|---|---|
| committer | Maybe Waffle <waffle.lapkin@gmail.com> | 2023-05-16 11:55:47 +0000 |
| commit | e39d61cbf3ae855801f7a2a494ce1033a00610d2 (patch) | |
| tree | 9dee1e5ca2453c68f07aa6c2494c6b36cd64e923 /compiler/rustc_data_structures | |
| parent | 086c08d86ac4d63f12961e37ef433a6128ad974b (diff) | |
| download | rust-e39d61cbf3ae855801f7a2a494ce1033a00610d2.tar.gz rust-e39d61cbf3ae855801f7a2a494ce1033a00610d2.zip | |
Remove `MetadataRef` type alias
Diffstat (limited to 'compiler/rustc_data_structures')
| -rw-r--r-- | compiler/rustc_data_structures/src/sync.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_data_structures/src/sync.rs b/compiler/rustc_data_structures/src/sync.rs index 661dd5dacf5..6c3197d8ec2 100644 --- a/compiler/rustc_data_structures/src/sync.rs +++ b/compiler/rustc_data_structures/src/sync.rs @@ -40,7 +40,6 @@ //! [^2] `MTLockRef` is a typedef. pub use crate::marker::*; -use crate::owned_slice::OwnedSlice; use std::collections::HashMap; use std::hash::{BuildHasher, Hash}; use std::ops::{Deref, DerefMut}; @@ -93,8 +92,6 @@ mod mode { pub use mode::{is_dyn_thread_safe, set_dyn_thread_safe_mode}; -pub type MetadataRef = OwnedSlice; - cfg_if! { if #[cfg(not(parallel_compiler))] { pub unsafe auto trait Send {} |
