From eba7c47464a4c5d404487d21e7cfdf7d793a9a1d Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 8 Apr 2024 13:48:35 +0200 Subject: [PATCH] renice: remove unused import in test --- tests/by-util/test_renice.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_renice.rs b/tests/by-util/test_renice.rs index 6dae5b1..c50e7e5 100644 --- a/tests/by-util/test_renice.rs +++ b/tests/by-util/test_renice.rs @@ -4,7 +4,7 @@ // file that was distributed with this source code. // spell-checker:ignore (words) symdir somefakedir -use crate::common::util::{TestScenario, UCommand}; +use crate::common::util::TestScenario; #[test] fn test_invalid_arg() {