Allow warnings for now

This commit is contained in:
Alex Crichton 2014-09-23 06:39:48 -07:00
parent 45e2ecce75
commit 8cdb2747de

View file

@ -39,7 +39,7 @@
#![crate_name = "toml"] #![crate_name = "toml"]
#![crate_type = "lib"] #![crate_type = "lib"]
#![feature(macro_rules)] #![feature(macro_rules)]
#![deny(warnings, missing_doc)] #![deny(missing_doc)]
extern crate serialize; extern crate serialize;