Update mod.rs

This commit is contained in:
Jeremy Soller
2017-07-12 20:48:04 -06:00
committed by GitHub
parent bd9428a46b
commit 21f2ace8cf

View File

@@ -39,9 +39,7 @@ pub mod thread_local;
pub mod time; pub mod time;
#[cfg(not(test))] #[cfg(not(test))]
pub fn init() { pub fn init() {}
}
pub fn decode_error_kind(errno: i32) -> ErrorKind { pub fn decode_error_kind(errno: i32) -> ErrorKind {
match errno { match errno {