Skip to content

Commit

Permalink
allow unknown features in the log crate.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Jan 7, 2015
1 parent 3fd6bfa commit 3010e10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/liblog/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 3010e10

Please sign in to comment.