We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa72df commit a07db20Copy full SHA for a07db20
src/libgetopts/lib.rs
@@ -83,7 +83,7 @@
83
#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
84
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
85
html_root_url = "http://static.rust-lang.org/doc/master")];
86
-#[allow(missing_doc)];
+#[deny(missing_doc)];
87
#[allow(deprecated_owned_vector)];
88
89
#[feature(globs, phase)];
0 commit comments