Skip to content

Commit 3cd8b5a

Browse files
fixup! Add await_holding_invalid_type lint
1 parent 4844325 commit 3cd8b5a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ futures = "0.3"
5050
parking_lot = "0.11.2"
5151
tokio = { version = "1", features = ["io-util"] }
5252
rustc-semver = "1.1"
53-
tracing = "0.1"
5453

5554
[build-dependencies]
5655
rustc_tools_util = { version = "0.2", path = "rustc_tools_util" }

tests/compile-test.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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;
6059
extern crate syn;
6160
#[allow(unused_extern_crates)]
6261
extern 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.

0 commit comments

Comments
 (0)