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
+1
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;