Fix lint warning on deny(missing_doc)
This commit is contained in:
parent
62e41178ff
commit
fd5f8b7f34
|
@ -10,7 +10,7 @@ Experimental date and time handling for Rust.
|
||||||
#![license = "MIT"]
|
#![license = "MIT"]
|
||||||
|
|
||||||
#![feature(macro_rules)]
|
#![feature(macro_rules)]
|
||||||
#![deny(missing_doc)]
|
#![deny(missing_docs)]
|
||||||
|
|
||||||
extern crate num;
|
extern crate num;
|
||||||
extern crate "time" as stdtime;
|
extern crate "time" as stdtime;
|
||||||
|
|
Loading…
Reference in New Issue