summaryrefslogtreecommitdiff
path: root/src/sys/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/mod.rs')
-rw-r--r--src/sys/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sys/mod.rs b/src/sys/mod.rs
index 2065059d..383f08df 100644
--- a/src/sys/mod.rs
+++ b/src/sys/mod.rs
@@ -25,7 +25,6 @@ feature! {
target_os = "macos",
target_os = "netbsd",
target_os = "openbsd"))]
- #[allow(missing_docs)]
pub mod event;
#[cfg(any(target_os = "android", target_os = "linux"))]