Skip to content

Commit

Permalink
uucore: fix "unused import" warning on redox
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Sep 14, 2024
1 parent 8a9fb84 commit 6aadfea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uucore/src/lib/features/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// spell-checker:ignore pgrep pwait snice

use libc::{gid_t, pid_t, uid_t};
#[cfg(not(target_os = "redox"))]
use nix::errno::Errno;
use std::io;
use std::process::Child;
Expand Down

0 comments on commit 6aadfea

Please sign in to comment.