Skip to content

Commit 70e2683

Browse files
committed
rustc_metadata: Remove unused dependency stable_deref_trait
Unused since commit 8331dbe ("Add an Mmap wrapper to rustc_data_structures").
1 parent b29b3c1 commit 70e2683

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
@@ -4083,7 +4083,6 @@ dependencies = [
40834083
"rustc_target",
40844084
"smallvec",
40854085
"snap",
4086-
"stable_deref_trait",
40874086
"tracing",
40884087
"winapi 0.3.9",
40894088
]

compiler/rustc_metadata/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ rustc_target = { path = "../rustc_target" }
2323
rustc_index = { path = "../rustc_index" }
2424
rustc_macros = { path = "../rustc_macros" }
2525
rustc_serialize = { path = "../rustc_serialize" }
26-
stable_deref_trait = "1.0.0"
2726
rustc_ast = { path = "../rustc_ast" }
2827
rustc_expand = { path = "../rustc_expand" }
2928
rustc_span = { path = "../rustc_span" }

0 commit comments

Comments
 (0)