diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2018-09-29 19:33:30 +0200 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2018-09-29 19:34:38 +0200 |
| commit | 34693c0d6dc7c7004aa45f8a8b1ded6ecb36126a (patch) | |
| tree | 8745d81afa134b2e3be712598566db089287da96 | |
| parent | 4cb16e619f88e4be376ae95c9245ccac032e6059 (diff) | |
| download | rust-34693c0d6dc7c7004aa45f8a8b1ded6ecb36126a.tar.gz rust-34693c0d6dc7c7004aa45f8a8b1ded6ecb36126a.zip | |
rustc_tools_util: remove test and tool_lints features, both are actually unused.
Fixes build with beta.
| -rw-r--r-- | rustc_tools_util/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rustc_tools_util/src/lib.rs b/rustc_tools_util/src/lib.rs index bbe86be3c7c..09d80072d66 100644 --- a/rustc_tools_util/src/lib.rs +++ b/rustc_tools_util/src/lib.rs @@ -1,6 +1,3 @@ -#![feature(test)] -#![feature(tool_lints)] - use std::env; #[macro_export] |
