summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-10-18 08:38:16 -0600
committerAlan Somers <asomers@gmail.com>2022-10-23 22:41:07 -0600
commit3f66d1f4ce06403f646876864260c59ca3627ee4 (patch)
tree22764a3f53b830dfb55db2f979de4805e3981d9d /src/lib.rs
parentd6fdd5952deb826a0428ba54f08f8048291030c0 (diff)
downloadnix-3f66d1f4ce06403f646876864260c59ca3627ee4.zip
Define `MntFlags` and `unmount` on all of the BSDs.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 770258dd..6b821257 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -106,7 +106,6 @@ feature! {
#[allow(missing_docs)]
pub mod kmod;
}
-#[cfg(any(target_os = "android", target_os = "freebsd", target_os = "linux"))]
feature! {
#![feature = "mount"]
pub mod mount;