Skip to content

Commit

Permalink
Fix an "unused import" warning on musl
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Jun 27, 2020
1 parent 46a8698 commit 27d39b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ucontext.rs
Expand Up @@ -3,6 +3,7 @@ use libc;
use crate::Result;
#[cfg(not(target_env = "musl"))]
use crate::errno::Errno;
#[cfg(not(target_env = "musl"))]
use std::mem;
use crate::sys::signal::SigSet;

Expand Down

0 comments on commit 27d39b2

Please sign in to comment.