deny missing docs

This commit is contained in:
Alan Andrade 2014-03-16 22:53:54 -07:00 committed by Alex Crichton
parent e627bce939
commit 175bf9470a

View File

@ -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)];