sync -> std::sync WOW

This commit is contained in:
MeexReay 2024-08-22 13:09:33 +03:00
parent 1301df8c1a
commit 8c989cca32

View File

@ -21,7 +21,7 @@ use std::{
};
#[cfg(feature = "atomic_compression")]
use sync::{
use std::sync::{
atomic::{AtomicUsize, Ordering},
Arc,
};