Update mod.rs
This commit is contained in:
parent
bd9428a46b
commit
21f2ace8cf
1 changed files with 1 additions and 3 deletions
|
@ -39,9 +39,7 @@ pub mod thread_local;
|
|||
pub mod time;
|
||||
|
||||
#[cfg(not(test))]
|
||||
pub fn init() {
|
||||
|
||||
}
|
||||
pub fn init() {}
|
||||
|
||||
pub fn decode_error_kind(errno: i32) -> ErrorKind {
|
||||
match errno {
|
||||
|
|
Loading…
Add table
Reference in a new issue