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"
50
50
parking_lot = " 0.11.2"
51
51
tokio = { version = " 1" , features = [" io-util" ] }
52
52
rustc-semver = " 1.1"
53
- tracing = " 0.1"
54
53
55
54
[build-dependencies ]
56
55
rustc_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] = &[
35
35
"tokio" ,
36
36
"parking_lot" ,
37
37
"rustc_semver" ,
38
- "tracing" ,
39
38
] ;
40
39
41
40
// Test dependencies may need an `extern crate` here to ensure that they show up
@@ -60,9 +59,6 @@ extern crate rustc_semver;
60
59
extern crate syn;
61
60
#[ allow( unused_extern_crates) ]
62
61
extern crate tokio;
63
- #[ allow( unused_extern_crates, unused_imports) ]
64
- #[ macro_use]
65
- extern crate tracing;
66
62
67
63
/// Produces a string with an `--extern` flag for all UI test crate
68
64
/// dependencies.
You can’t perform that action at this time.
0 commit comments