mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
uptime: fix "unused import" warning in test
This commit is contained in:
parent
6675460d1d
commit
7b6d05f81d
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
// spell-checker:ignore bincode serde utmp runlevel testusr testx
|
// spell-checker:ignore bincode serde utmp runlevel testusr testx
|
||||||
#![allow(clippy::cast_possible_wrap, clippy::unreadable_literal)]
|
#![allow(clippy::cast_possible_wrap, clippy::unreadable_literal)]
|
||||||
|
|
||||||
|
#[cfg(not(any(target_os = "openbsd", target_os = "freebsd")))]
|
||||||
use uutests::at_and_ucmd;
|
use uutests::at_and_ucmd;
|
||||||
use uutests::new_ucmd;
|
use uutests::new_ucmd;
|
||||||
use uutests::util::TestScenario;
|
use uutests::util::TestScenario;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue