1
Fork 0

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", "rustc_target",
"smallvec", "smallvec",
"snap", "snap",
"stable_deref_trait",
"tracing", "tracing",
"winapi 0.3.9", "winapi 0.3.9",
] ]

View file

@ -23,7 +23,6 @@ rustc_target = { path = "../rustc_target" }
rustc_index = { path = "../rustc_index" } rustc_index = { path = "../rustc_index" }
rustc_macros = { path = "../rustc_macros" } rustc_macros = { path = "../rustc_macros" }
rustc_serialize = { path = "../rustc_serialize" } rustc_serialize = { path = "../rustc_serialize" }
stable_deref_trait = "1.0.0"
rustc_ast = { path = "../rustc_ast" } rustc_ast = { path = "../rustc_ast" }
rustc_expand = { path = "../rustc_expand" } rustc_expand = { path = "../rustc_expand" }
rustc_span = { path = "../rustc_span" } rustc_span = { path = "../rustc_span" }