mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 21:17:46 +00:00
Merge pull request #4644 from cakebaker/fix_unused_import_warning
tests: fix unused import "rstest::rstest" warning
This commit is contained in:
commit
e2e83d5e07
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
use pretty_assertions::assert_eq;
|
use pretty_assertions::assert_eq;
|
||||||
#[cfg(any(target_os = "linux", target_os = "android"))]
|
#[cfg(any(target_os = "linux", target_os = "android"))]
|
||||||
use rlimit::prlimit;
|
use rlimit::prlimit;
|
||||||
|
#[cfg(feature = "sleep")]
|
||||||
use rstest::rstest;
|
use rstest::rstest;
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
use std::borrow::Cow;
|
use std::borrow::Cow;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue