Added sync to std uses
This commit is contained in:
parent
6f3c3fa020
commit
c269cb5c85
@ -9,6 +9,7 @@ pub use std::io::{Read,Write};
|
||||
pub use std::hash::{Hash, Hasher};
|
||||
pub use std::error::Error as StdError;
|
||||
|
||||
pub use std::sync::*;
|
||||
pub use std::ops::*;
|
||||
pub use std::cmp::*;
|
||||
pub use std::cell::*;
|
||||
|
Loading…
Reference in New Issue
Block a user