Merge pull request #8 from rcolinray/deny_missing_docs
Fix lint warning on deny(missing_doc)
This commit is contained in:
commit
fdcaff7ce1
|
@ -10,7 +10,7 @@ Experimental date and time handling for Rust.
|
|||
#![license = "MIT"]
|
||||
|
||||
#![feature(macro_rules)]
|
||||
#![deny(missing_doc)]
|
||||
#![deny(missing_docs)]
|
||||
|
||||
extern crate num;
|
||||
extern crate "time" as stdtime;
|
||||
|
|
Loading…
Reference in New Issue