From 3a9075987c38bb1969eff11c8cd7e3849b8e0290 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter <daniel.hofstetter@42dh.com> Date: Fri, 19 Apr 2024 09:45:15 +0200 Subject: [PATCH] mountpoint: remove unused imports in test --- tests/by-util/test_mountpoint.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/by-util/test_mountpoint.rs b/tests/by-util/test_mountpoint.rs index ca96aff..94285a4 100644 --- a/tests/by-util/test_mountpoint.rs +++ b/tests/by-util/test_mountpoint.rs @@ -4,9 +4,7 @@ // file that was distributed with this source code. // spell-checker:ignore (words) symdir somefakedir -use std::path::PathBuf; - -use crate::common::util::{TestScenario, UCommand}; +use crate::common::util::TestScenario; #[test] fn test_invalid_arg() {