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