Skip to content

Commit 3f29d87

Browse files
committed
rustc_trait_selection: derivative is not a dependency
1 parent a115dc6 commit 3f29d87

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4755,7 +4755,6 @@ name = "rustc_trait_selection"
47554755
version = "0.0.0"
47564756
dependencies = [
47574757
"bitflags 2.5.0",
4758-
"derivative",
47594758
"itertools",
47604759
"rustc_ast",
47614760
"rustc_ast_ir",

compiler/rustc_trait_selection/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ edition = "2021"
66
[dependencies]
77
# tidy-alphabetical-start
88
bitflags = "2.4.1"
9-
derivative = "2.2.0"
109
itertools = "0.12"
1110
rustc_ast = { path = "../rustc_ast" }
1211
rustc_ast_ir = { path = "../rustc_ast_ir" }

0 commit comments

Comments
 (0)