From c269cb5c85585679aac1b4d7d61bf12c36f3fee0 Mon Sep 17 00:00:00 2001 From: arkpar Date: Mon, 11 Jan 2016 11:52:18 +0100 Subject: [PATCH] Added sync to std uses --- src/standard.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/standard.rs b/src/standard.rs index b591220f3..dfdf4488b 100644 --- a/src/standard.rs +++ b/src/standard.rs @@ -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::*;