about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/Cargo.toml
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-03-29 11:18:52 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2021-03-30 18:57:03 +0200
commit8331dbe6d023a168334a7a46f15731c6bc1baf1e (patch)
treee322cb345ff131fc3120074956a48288871016e2 /compiler/rustc_codegen_ssa/Cargo.toml
parent3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 (diff)
downloadrust-8331dbe6d023a168334a7a46f15731c6bc1baf1e.tar.gz
rust-8331dbe6d023a168334a7a46f15731c6bc1baf1e.zip
Add an Mmap wrapper to rustc_data_structures
This wrapper implements StableAddress and falls back to directly reading
the file on wasm32
Diffstat (limited to 'compiler/rustc_codegen_ssa/Cargo.toml')
-rw-r--r--compiler/rustc_codegen_ssa/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml
index 15dbbbd49aa..7c1aaebb9ab 100644
--- a/compiler/rustc_codegen_ssa/Cargo.toml
+++ b/compiler/rustc_codegen_ssa/Cargo.toml
@@ -11,7 +11,6 @@ test = false
 bitflags = "1.2.1"
 cc = "1.0.1"
 itertools = "0.9"
-memmap2 = "0.2.1"
 tracing = "0.1"
 libc = "0.2.50"
 jobserver = "0.1.11"