Deny missing documentation and all warnings for cleaner builds.

This commit is contained in:
Jonathan Reem
2014-09-09 17:06:23 -07:00
parent 76a58940d8
commit 8026867334

View File

@@ -1,7 +1,7 @@
//! # hyper //! # hyper
#![feature(macro_rules, phase, default_type_params)] #![feature(macro_rules, phase, default_type_params)]
#![warn(missing_doc)] #![deny(missing_doc)]
//#![deny(warnings)] #![deny(warnings)]
#![experimental] #![experimental]
extern crate time; extern crate time;