We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e4e78 commit 8710362Copy full SHA for 8710362
src/errno.rs
@@ -1,6 +1,6 @@
1
use std::fmt;
2
use std::os::errno;
3
-use std::num::from_int;
+use std::num::from_uint;
4
use libc::c_int;
5
6
pub use self::consts::*;
0 commit comments