Skip to content

Commit 3010e10

Browse files
committed
allow unknown features in the log crate.
1 parent 3fd6bfa commit 3010e10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/liblog/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@
163163
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
164164
html_root_url = "http://doc.rust-lang.org/nightly/",
165165
html_playground_url = "http://play.rust-lang.org/")]
166+
167+
#![allow(unknown_features)]
166168
#![feature(slicing_syntax)]
167169
#![feature(box_syntax)]
168170
#![deny(missing_docs)]

0 commit comments

Comments
 (0)