Skip to content

Commit 8710362

Browse files
little-arhatwycats
authored andcommitted
std::os::errno returns uint now
1 parent 82e4e78 commit 8710362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/errno.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::fmt;
22
use std::os::errno;
3-
use std::num::from_int;
3+
use std::num::from_uint;
44
use libc::c_int;
55

66
pub use self::consts::*;

0 commit comments

Comments
 (0)