File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ futures = "0.3"
5050parking_lot = " 0.11.2"
5151tokio = { version = " 1" , features = [" io-util" ] }
5252rustc-semver = " 1.1"
53- tracing = " 0.1"
5453
5554[build-dependencies ]
5655rustc_tools_util = { version = " 0.2" , path = " rustc_tools_util" }
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ static TEST_DEPENDENCIES: &[&str] = &[
3535 "tokio" ,
3636 "parking_lot" ,
3737 "rustc_semver" ,
38- "tracing" ,
3938] ;
4039
4140// Test dependencies may need an `extern crate` here to ensure that they show up
@@ -60,9 +59,6 @@ extern crate rustc_semver;
6059extern crate syn;
6160#[ allow( unused_extern_crates) ]
6261extern crate tokio;
63- #[ allow( unused_extern_crates, unused_imports) ]
64- #[ macro_use]
65- extern crate tracing;
6662
6763/// Produces a string with an `--extern` flag for all UI test crate
6864/// dependencies.
You can’t perform that action at this time.
0 commit comments