1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

tests: fix unused import "rstest::rstest" warning

This commit is contained in:
Daniel Hofstetter 2023-03-26 11:53:20 +02:00
parent 76793d523d
commit f96f2fae5b

View file

@ -10,6 +10,7 @@
use pretty_assertions::assert_eq;
#[cfg(any(target_os = "linux", target_os = "android"))]
use rlimit::prlimit;
#[cfg(feature = "sleep")]
use rstest::rstest;
#[cfg(unix)]
use std::borrow::Cow;