Allow warnings for now
This commit is contained in:
parent
45e2ecce75
commit
8cdb2747de
|
@ -39,7 +39,7 @@
|
|||
#![crate_name = "toml"]
|
||||
#![crate_type = "lib"]
|
||||
#![feature(macro_rules)]
|
||||
#![deny(warnings, missing_doc)]
|
||||
#![deny(missing_doc)]
|
||||
|
||||
extern crate serialize;
|
||||
|
||||
|
|
Loading…
Reference in a new issue