mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
Update to crossbeam-utils 0.5.0, fix imports (#519)
This commit is contained in:
committed by
Carl Lerche
parent
afcfefd7e3
commit
decc83e959
@@ -8,7 +8,7 @@ use std::sync::Arc;
|
||||
use std::sync::atomic::{AtomicUsize, Ordering};
|
||||
use std::sync::atomic::Ordering::{Acquire, AcqRel, Relaxed};
|
||||
|
||||
use crossbeam_utils::cache_padded::CachePadded;
|
||||
use crossbeam_utils::CachePadded;
|
||||
use deque;
|
||||
|
||||
// TODO: None of the fields should be public
|
||||
|
||||
Reference in New Issue
Block a user