Merge pull request #3235 from matthiaskrgr/rustc_tools__beta_fix

rustc_tools_util: don't require test feature.
This commit is contained in:
Philipp Hansch 2018-09-29 19:33:21 +01:00 committed by GitHub
commit 37ba42b7bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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