Fix lint warning on deny(missing_doc)

This commit is contained in:
Colin Ray 2014-11-02 17:03:19 -06:00
parent 62e41178ff
commit fd5f8b7f34
1 changed files with 1 additions and 1 deletions

View File

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