Remove MetadataRef type alias

This commit is contained in:
Maybe Waffle 2023-04-10 15:30:11 +00:00
parent 086c08d86a
commit e39d61cbf3
5 changed files with 12 additions and 18 deletions

View file

@ -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 {}