Rename missing_doc to missing_docs
This commit is contained in:
parent
773f639598
commit
c629225d36
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
#![feature(phase)]
|
#![feature(phase)]
|
||||||
#![feature(unsafe_destructor)]
|
#![feature(unsafe_destructor)]
|
||||||
#![warn(missing_doc)]
|
#![warn(missing_docs)]
|
||||||
|
|
||||||
#[phase(plugin, link)] extern crate log;
|
#[phase(plugin, link)] extern crate log;
|
||||||
extern crate time;
|
extern crate time;
|
||||||
|
|
Loading…
Add table
Reference in a new issue