Skip to content

Commit a07db20

Browse files
committed
deny missing docs
1 parent 6fa72df commit a07db20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libgetopts/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
8484
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
8585
html_root_url = "http://static.rust-lang.org/doc/master")];
86-
#[allow(missing_doc)];
86+
#[deny(missing_doc)];
8787
#[allow(deprecated_owned_vector)];
8888

8989
#[feature(globs, phase)];

0 commit comments

Comments
 (0)