Skip to content

Commit

Permalink
feat: fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl committed Apr 2, 2024
1 parent 823dfa3 commit 504387a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/mount/test_mount_apple.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use nix::errno::Errno;
use nix::mount::{mount, MntFlags};

use crate::*;

#[test]
fn test_mount() {
let res = mount::<str, str, str>("", "", MntFlags::empty(), None);
Expand Down

0 comments on commit 504387a

Please sign in to comment.