Remove MetadataRef
type alias
This commit is contained in:
parent
086c08d86a
commit
e39d61cbf3
5 changed files with 12 additions and 18 deletions
|
@ -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 {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue