mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-01 05:38:44 +00:00
chore: compact imports
This commit is contained in:
parent
b36af97e76
commit
6a9430b889
1 changed files with 1 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue