]> git.lizzy.rs Git - rust.git/commitdiff
rustc_metadata: Remove unused dependency stable_deref_trait
authorJosh Triplett <josh@joshtriplett.org>
Fri, 25 Jun 2021 06:34:28 +0000 (23:34 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Fri, 25 Jun 2021 08:12:59 +0000 (01:12 -0700)
Unused since commit 8331dbe6d023a168334a7a46f15731c6bc1baf1e
("Add an Mmap wrapper to rustc_data_structures").

Cargo.lock
compiler/rustc_metadata/Cargo.toml

index 9d543c40f5539d366f54cee0a1c29db2de7c8b09..9b88144d54f5d648b38aae9e29e693d9af3f81a4 100644 (file)
@@ -4083,7 +4083,6 @@ dependencies = [
  "rustc_target",
  "smallvec",
  "snap",
- "stable_deref_trait",
  "tracing",
  "winapi 0.3.9",
 ]
index 29fa0b7006992acf4d7b6295075ced47a07575fb..14b4ebf073652c26cd1ff731fc4fc1560c4cd73f 100644 (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" }