Skip to content

Commit 47e45ee

Browse files
committed
feat: fix code
1 parent 9d4043b commit 47e45ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mount/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ pub use self::linux::*;
88
#[cfg(bsd_without_apple)]
99
mod bsd;
1010

11-
#[cfg(bsd_without_macos)]
11+
#[cfg(bsd_without_apple)]
1212
pub use self::bsd::*;
1313

1414
#[cfg(apple_targets)]
1515
mod apple;
1616

1717
#[cfg(apple_targets)]
18-
pub use self::apple::*;
18+
pub use self::apple::*;

0 commit comments

Comments
 (0)