diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2021-06-24 23:34:28 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2021-06-25 01:12:59 -0700 |
| commit | 70e2683397978ecee22e6162b1bc2f0fbedb4913 (patch) | |
| tree | a257c8398dd3ae16fc1823dc715775d3959dfb64 | |
| parent | b29b3c1879aa743b9430dc8c5e3ec722b9a2b2d1 (diff) | |
| download | rust-70e2683397978ecee22e6162b1bc2f0fbedb4913.tar.gz rust-70e2683397978ecee22e6162b1bc2f0fbedb4913.zip | |
rustc_metadata: Remove unused dependency stable_deref_trait
Unused since commit 8331dbe6d023a168334a7a46f15731c6bc1baf1e
("Add an Mmap wrapper to rustc_data_structures").
| -rw-r--r-- | Cargo.lock | 1 | ||||
| -rw-r--r-- | compiler/rustc_metadata/Cargo.toml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9d543c40f55..9b88144d54f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4083,7 +4083,6 @@ dependencies = [ "rustc_target", "smallvec", "snap", - "stable_deref_trait", "tracing", "winapi 0.3.9", ] diff --git a/compiler/rustc_metadata/Cargo.toml b/compiler/rustc_metadata/Cargo.toml index 29fa0b70069..14b4ebf0736 100644 --- a/compiler/rustc_metadata/Cargo.toml +++ b/compiler/rustc_metadata/Cargo.toml @@ -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" } |
