Update for API change
This commit is contained in:
parent
213adb3432
commit
7db74d5b4f
4
lib.rs
4
lib.rs
|
|
@ -6,8 +6,8 @@ use std::cast;
|
|||
use std::libc::{c_int, c_void, c_char};
|
||||
use std::ptr;
|
||||
use std::task;
|
||||
use std::unstable::atomics::{AtomicBool, INIT_ATOMIC_BOOL, AtomicUint,
|
||||
INIT_ATOMIC_UINT, Acquire, Release, SeqCst};
|
||||
use std::sync::atomics::{AtomicBool, INIT_ATOMIC_BOOL, AtomicUint,
|
||||
INIT_ATOMIC_UINT, Acquire, Release, SeqCst};
|
||||
use std::unstable::mutex::Mutex;
|
||||
use std::io::{Stream, Reader, Writer, Decorator};
|
||||
use std::vec;
|
||||
|
|
|
|||
Loading…
Reference in New Issue