From 6a9430b88928e514bb8c9872979f7fb47fa197a5 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Sun, 1 Sep 2024 19:40:56 +0200 Subject: [PATCH] chore: compact imports --- src/file_utils.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/file_utils.rs b/src/file_utils.rs index 727be3c..e650aca 100644 --- a/src/file_utils.rs +++ b/src/file_utils.rs @@ -114,10 +114,8 @@ pub fn mount_has_nosuid(path: &Path) -> Result { #[cfg(test)] mod tests { - - use std::path::Path; - use crate::file_utils::mount_has_nosuid; + use std::path::Path; #[test] fn can_get_nosuid() {