1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07: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:
Sylvestre Ledru 2023-03-26 15:06:46 +02:00 committed by GitHub
commit e2e83d5e07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;