Skip to content

Commit 67d6580

Browse files
committed
Track Rust nightlies
1 parent 5d7f9c6 commit 67d6580

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

nix-test/build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![feature(env, process)]
2-
31
use std::env;
42
use std::process::Command;
53

nix-test/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(libc, std_misc)]
1+
#![feature(libc)]
22

33
extern crate libc;
44

src/sys/socket/addr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ impl UnixAddr {
329329
return Err(NixError::Sys(Errno::ENAMETOOLONG));
330330
}
331331

332-
ptr::copy_memory(
332+
ptr::copy(
333333
ret.sun_path.as_mut_ptr(),
334334
bytes.as_ptr() as *const i8,
335335
bytes.len());

0 commit comments

Comments
 (0)