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() {