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:
Josh Triplett 2021-06-24 23:34:28 -07:00
parent b29b3c1879
commit 70e2683397
2 changed files with 0 additions and 2 deletions

View File

@ -4083,7 +4083,6 @@ dependencies = [
"rustc_target",
"smallvec",
"snap",
"stable_deref_trait",
"tracing",
"winapi 0.3.9",
]

View File

@ -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" }