We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac8e07 commit 2449a0cCopy full SHA for 2449a0c
src/sys/stat.rs
@@ -55,7 +55,6 @@ bitflags! {
55
}
56
57
58
-
59
pub fn mknod<P: ?Sized + NixPath>(path: &P, kind: SFlag, perm: Mode, dev: dev_t) -> Result<()> {
60
let res = try!(path.with_nix_path(|cstr| {
61
unsafe {
0 commit comments