chore: compact imports

This commit is contained in:
Gabriele Musco 2024-09-01 19:40:56 +02:00
commit 6a9430b889

View file

@ -114,10 +114,8 @@ pub fn mount_has_nosuid(path: &Path) -> Result<bool, Errno> {
#[cfg(test)]
mod tests {
use std::path::Path;
use crate::file_utils::mount_has_nosuid;
use std::path::Path;
#[test]
fn can_get_nosuid() {