add a missing dyn
This commit is contained in:
parent
bbaf45d0f5
commit
6cfd49e8dd
@ -268,7 +268,7 @@ cfg_if! {
|
|||||||
t.into_par_iter()
|
t.into_par_iter()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub type MetadataRef = OwningRef<Box<Erased + Send + Sync>, [u8]>;
|
pub type MetadataRef = OwningRef<Box<dyn Erased + Send + Sync>, [u8]>;
|
||||||
|
|
||||||
/// This makes locks panic if they are already held.
|
/// This makes locks panic if they are already held.
|
||||||
/// It is only useful when you are running in a single thread
|
/// It is only useful when you are running in a single thread
|
||||||
|
Loading…
Reference in New Issue
Block a user