Skip to content

Commit

Permalink
musl target needs std::mem now
Browse files Browse the repository at this point in the history
  • Loading branch information
fiveop committed Jun 29, 2016
1 parent 9c6c71a commit 19811a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ucontext.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use libc;
#[cfg(not(target_env = "musl"))]
use {Errno, Result};
#[cfg(not(target_env = "musl"))]
use std::mem;
use sys::signal::SigSet;

Expand Down

0 comments on commit 19811a5

Please sign in to comment.