Skip to content

Commit

Permalink
deny missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-andrade authored and alexcrichton committed Mar 18, 2014
1 parent e627bce commit 175bf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libgetopts/lib.rs
Expand Up @@ -83,7 +83,7 @@
#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
html_root_url = "http://static.rust-lang.org/doc/master")];
#[allow(missing_doc)];
#[deny(missing_doc)];
#[allow(deprecated_owned_vector)];

#[feature(globs, phase)];
Expand Down

0 comments on commit 175bf94

Please sign in to comment.