We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609f36f commit 066037bCopy full SHA for 066037b
Cargo.toml
@@ -35,11 +35,6 @@ walkdir = "2.3"
35
# This is used by the `collect-metadata` alias.
36
filetime = "0.2"
37
38
-# A noop dependency that changes in the Rust repository, it's a bit of a hack.
39
-# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
40
-# for more information.
41
-rustc-workspace-hack = "1.0"
42
-
43
# UI test dependencies
44
clap = { version = "4.1.4", features = ["derive"] }
45
clippy_utils = { path = "clippy_utils" }
0 commit comments