Deny missing documentation and all warnings for cleaner builds.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user