summaryrefslogtreecommitdiff
path: root/src/ucontext.rs
diff options
context:
space:
mode:
authorPhilipp Matthias Schaefer <philipp.matthias.schaefer@posteo.de>2016-06-29 21:08:29 +0200
committerPhilipp Matthias Schaefer <philipp.matthias.schaefer@posteo.de>2016-06-29 21:08:29 +0200
commit19811a5832c4c0c4afc8c431d8671899b724fd8b (patch)
tree868cb1726a3f46f18e01dd7218054cf501824030 /src/ucontext.rs
parent9c6c71a9f5fa4a64d8e5c2996988a93ff5f724c8 (diff)
downloadnix-19811a5832c4c0c4afc8c431d8671899b724fd8b.zip
musl target needs std::mem now
Diffstat (limited to 'src/ucontext.rs')
-rw-r--r--src/ucontext.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ucontext.rs b/src/ucontext.rs
index 89c8cae2..6886dd41 100644
--- a/src/ucontext.rs
+++ b/src/ucontext.rs
@@ -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;