Skip to content

Commit

Permalink
removing the unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrysoliteAzalea committed Jun 16, 2024
1 parent 4735480 commit 77ee6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sys/test_timer.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use nix::sys::signal::{
rt_sigaction, sigaction, SaFlags, SigAction, SigEvent, SigHandler, SigSet,
rt_sigaction, SaFlags, SigAction, SigEvent, SigHandler, SigSet,
SigevNotify, Signal, SignalValue,
};
use nix::sys::timer::{Expiration, Timer, TimerSetTimeFlags};
Expand Down

0 comments on commit 77ee6b1

Please sign in to comment.