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 12, 2020
1 parent d8ece87 commit 9eae5de
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 9eae5de

Please sign in to comment.