We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29b3c1 commit 70e2683Copy full SHA for 70e2683
Cargo.lock
@@ -4083,7 +4083,6 @@ dependencies = [
4083
"rustc_target",
4084
"smallvec",
4085
"snap",
4086
- "stable_deref_trait",
4087
"tracing",
4088
"winapi 0.3.9",
4089
]
compiler/rustc_metadata/Cargo.toml
@@ -23,7 +23,6 @@ rustc_target = { path = "../rustc_target" }
23
rustc_index = { path = "../rustc_index" }
24
rustc_macros = { path = "../rustc_macros" }
25
rustc_serialize = { path = "../rustc_serialize" }
26
-stable_deref_trait = "1.0.0"
27
rustc_ast = { path = "../rustc_ast" }
28
rustc_expand = { path = "../rustc_expand" }
29
rustc_span = { path = "../rustc_span" }
0 commit comments