allow unknown features in the log crate.

This commit is contained in:
Felix S. Klock II 2015-01-08 00:38:47 +01:00
parent 3fd6bfa8f7
commit 3010e10d1d

View File

@ -163,6 +163,8 @@
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
html_root_url = "http://doc.rust-lang.org/nightly/",
html_playground_url = "http://play.rust-lang.org/")]
#![allow(unknown_features)]
#![feature(slicing_syntax)]
#![feature(box_syntax)]
#![deny(missing_docs)]