rustc_tools_util: remove test and tool_lints features, both are actually unused.

Fixes build with beta.
This commit is contained in:
Matthias Krüger 2018-09-29 19:33:30 +02:00
parent 4cb16e619f
commit 34693c0d6d
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
#![feature(test)]
#![feature(tool_lints)]
use std::env;
#[macro_export]