about summary refs log tree commit diff
path: root/src/libextra/getopts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libextra/getopts.rs')
-rw-r--r--src/libextra/getopts.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libextra/getopts.rs b/src/libextra/getopts.rs
index 3c223fe05d4..294b8fec042 100644
--- a/src/libextra/getopts.rs
+++ b/src/libextra/getopts.rs
@@ -78,6 +78,8 @@
  * ```
  */
 
+#[allow(missing_doc)];
+
 use core::prelude::*;
 
 use core::cmp::Eq;