mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
fix a clippy warning
This commit is contained in:
parent
0bbd4d4992
commit
e780fba2e5
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@ use std::os::unix::fs::OpenOptionsExt;
|
|||
use std::path::Path;
|
||||
#[cfg(target_os = "linux")]
|
||||
use std::sync::atomic::Ordering;
|
||||
use std::sync::{atomic::AtomicUsize, mpsc, Arc};
|
||||
#[cfg(target_os = "linux")]
|
||||
use std::sync::{atomic::AtomicUsize, Arc};
|
||||
use std::sync::mpsc, Arc;
|
||||
use std::thread;
|
||||
use std::time;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue