From 34693c0d6dc7c7004aa45f8a8b1ded6ecb36126a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Sat, 29 Sep 2018 19:33:30 +0200 Subject: [PATCH] rustc_tools_util: remove test and tool_lints features, both are actually unused. Fixes build with beta. --- rustc_tools_util/src/lib.rs | 3 --- 1 file changed, 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]