diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2015-01-08 00:38:47 +0100 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2015-01-08 00:41:49 +0100 |
| commit | 3010e10d1d72baa166dffbc58b02c40c2470003d (patch) | |
| tree | 28e6203fcfe6197e680594521bd11029c8540ac4 /src/liblog | |
| parent | 3fd6bfa8f7a1d193316956b5be8818c47bb874b7 (diff) | |
| download | rust-3010e10d1d72baa166dffbc58b02c40c2470003d.tar.gz rust-3010e10d1d72baa166dffbc58b02c40c2470003d.zip | |
allow unknown features in the log crate.
Diffstat (limited to 'src/liblog')
| -rw-r--r-- | src/liblog/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/liblog/lib.rs b/src/liblog/lib.rs index ca61e3d1655..47cfb73fb71 100644 --- a/src/liblog/lib.rs +++ b/src/liblog/lib.rs @@ -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)] |
