mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
rustc_metadata: Remove unused dependency stable_deref_trait
Unused since commit 8331dbe6d0
("Add an Mmap wrapper to rustc_data_structures").
This commit is contained in:
parent
b29b3c1879
commit
70e2683397
@ -4083,7 +4083,6 @@ dependencies = [
|
||||
"rustc_target",
|
||||
"smallvec",
|
||||
"snap",
|
||||
"stable_deref_trait",
|
||||
"tracing",
|
||||
"winapi 0.3.9",
|
||||
]
|
||||
|
@ -23,7 +23,6 @@ rustc_target = { path = "../rustc_target" }
|
||||
rustc_index = { path = "../rustc_index" }
|
||||
rustc_macros = { path = "../rustc_macros" }
|
||||
rustc_serialize = { path = "../rustc_serialize" }
|
||||
stable_deref_trait = "1.0.0"
|
||||
rustc_ast = { path = "../rustc_ast" }
|
||||
rustc_expand = { path = "../rustc_expand" }
|
||||
rustc_span = { path = "../rustc_span" }
|
||||
|
Loading…
Reference in New Issue
Block a user