summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 21b11c89..29d0cbac 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -31,6 +31,7 @@ pub extern crate libc;
use errno::Errno;
pub mod errno;
+#[deny(missing_docs)]
pub mod features;
pub mod fcntl;
@@ -60,6 +61,7 @@ pub mod net;
target_os = "macos",
target_os = "netbsd",
target_os = "openbsd"))]
+#[deny(missing_docs)]
pub mod ifaddrs;
#[cfg(any(target_os = "linux", target_os = "android"))]