Added sync to std uses

This commit is contained in:
arkpar 2016-01-11 11:52:18 +01:00
parent 6f3c3fa020
commit c269cb5c85

View File

@ -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::*;