We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c6c71a + 19811a5 commit 3e43849Copy full SHA for 3e43849
src/ucontext.rs
@@ -1,7 +1,6 @@
1
use libc;
2
#[cfg(not(target_env = "musl"))]
3
use {Errno, Result};
4
-#[cfg(not(target_env = "musl"))]
5
use std::mem;
6
use sys::signal::SigSet;
7
0 commit comments