Merge pull request #8 from rcolinray/deny_missing_docs

Fix lint warning on deny(missing_doc)
This commit is contained in:
Kang Seonghoon 2014-11-03 09:39:50 +09:00
commit fdcaff7ce1
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;