summaryrefslogtreecommitdiff
path: root/src/mount/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mount/mod.rs')
-rw-r--r--src/mount/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mount/mod.rs b/src/mount/mod.rs
index 00303b6a..14bf2a96 100644
--- a/src/mount/mod.rs
+++ b/src/mount/mod.rs
@@ -1,10 +1,8 @@
//! Mount file systems
#[cfg(any(target_os = "android", target_os = "linux"))]
-#[allow(missing_docs)]
mod linux;
#[cfg(any(target_os = "android", target_os = "linux"))]
-#[allow(missing_docs)]
pub use self::linux::*;
#[cfg(any(target_os = "dragonfly",