Merge crate collections
into alloc
This commit is contained in:
parent
e40ef964fe
commit
eadda7665e
97 changed files with 2348 additions and 2517 deletions
|
@ -1222,11 +1222,12 @@ mod tests {
|
|||
use std::sync::atomic;
|
||||
use std::sync::atomic::Ordering::{Acquire, SeqCst};
|
||||
use std::thread;
|
||||
use std::vec::Vec;
|
||||
use super::{Arc, Weak};
|
||||
use std::sync::Mutex;
|
||||
use std::convert::From;
|
||||
|
||||
use super::{Arc, Weak};
|
||||
use vec::Vec;
|
||||
|
||||
struct Canary(*mut atomic::AtomicUsize);
|
||||
|
||||
impl Drop for Canary {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue