We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a115dc6 commit 3f29d87Copy full SHA for 3f29d87
Cargo.lock
@@ -4755,7 +4755,6 @@ name = "rustc_trait_selection"
4755
version = "0.0.0"
4756
dependencies = [
4757
"bitflags 2.5.0",
4758
- "derivative",
4759
"itertools",
4760
"rustc_ast",
4761
"rustc_ast_ir",
compiler/rustc_trait_selection/Cargo.toml
@@ -6,7 +6,6 @@ edition = "2021"
6
[dependencies]
7
# tidy-alphabetical-start
8
bitflags = "2.4.1"
9
-derivative = "2.2.0"
10
itertools = "0.12"
11
rustc_ast = { path = "../rustc_ast" }
12
rustc_ast_ir = { path = "../rustc_ast_ir" }
0 commit comments