Skip to content

Commit 504387a

Browse files
committed
feat: fix code
1 parent 823dfa3 commit 504387a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/mount/test_mount_apple.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
use nix::errno::Errno;
22
use nix::mount::{mount, MntFlags};
33

4-
use crate::*;
5-
64
#[test]
75
fn test_mount() {
86
let res = mount::<str, str, str>("", "", MntFlags::empty(), None);

0 commit comments

Comments
 (0)