Skip to content

Commit 19811a5

Browse files
committed
musl target needs std::mem now
1 parent 9c6c71a commit 19811a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ucontext.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use libc;
22
#[cfg(not(target_env = "musl"))]
33
use {Errno, Result};
4-
#[cfg(not(target_env = "musl"))]
54
use std::mem;
65
use sys::signal::SigSet;
76

0 commit comments

Comments
 (0)