Skip to content

Commit 0b552bc

Browse files
author
lind
committed
Minor fix
1 parent c0ed013 commit 0b552bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/fs_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pub mod fs_tests {
55
use super::super::*;
66
use crate::interface;
77
use crate::safeposix::syscalls::fs_calls::*;
8-
use crate::safeposix::{cage::*, dispatcher::*, filesystem::*};
8+
use crate::safeposix::{cage::*, dispatcher::*, filesystem};
99
use libc::c_void;
1010
use std::fs::OpenOptions;
1111
use std::os::unix::fs::PermissionsExt;

0 commit comments

Comments
 (0)