Deny missing documentation and all warnings for cleaner builds.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//! # hyper
|
||||
#![feature(macro_rules, phase, default_type_params)]
|
||||
#![warn(missing_doc)]
|
||||
//#![deny(warnings)]
|
||||
#![deny(missing_doc)]
|
||||
#![deny(warnings)]
|
||||
#![experimental]
|
||||
|
||||
extern crate time;
|
||||
|
||||
Reference in New Issue
Block a user