sync -> std::sync WOW
This commit is contained in:
parent
1301df8c1a
commit
8c989cca32
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ use std::{
|
||||||
};
|
};
|
||||||
|
|
||||||
#[cfg(feature = "atomic_compression")]
|
#[cfg(feature = "atomic_compression")]
|
||||||
use sync::{
|
use std::sync::{
|
||||||
atomic::{AtomicUsize, Ordering},
|
atomic::{AtomicUsize, Ordering},
|
||||||
Arc,
|
Arc,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue