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.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mount/mod.rs b/src/mount/mod.rs
index 8538bf3d..00303b6a 100644
--- a/src/mount/mod.rs
+++ b/src/mount/mod.rs
@@ -1,7 +1,10 @@
+//! 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",