about summary refs log tree commit diff
path: root/src/librustc_data_structures/lib.rs
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2016-05-21 08:18:09 -0400
committerNiko Matsakis <niko@alum.mit.edu>2016-05-31 19:44:05 -0400
commitd042ce2ed3da66b8c1e1983ab82f5973a926af74 (patch)
treef5169459b4b75bfa8fc6f7617a9cce844fbd5bbc /src/librustc_data_structures/lib.rs
parent5cff88f2a0646297e76539fd90a084d6926fdf7d (diff)
downloadrust-d042ce2ed3da66b8c1e1983ab82f5973a926af74.tar.gz
rust-d042ce2ed3da66b8c1e1983ab82f5973a926af74.zip
add a snapshottable hashmap
Diffstat (limited to 'src/librustc_data_structures/lib.rs')
-rw-r--r--src/librustc_data_structures/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs
index 926ee85230a..00f797d1b90 100644
--- a/src/librustc_data_structures/lib.rs
+++ b/src/librustc_data_structures/lib.rs
@@ -42,6 +42,7 @@ pub mod bitvec;
 pub mod graph;
 pub mod ivar;
 pub mod obligation_forest;
+pub mod snapshot_map;
 pub mod snapshot_vec;
 pub mod transitive_relation;
 pub mod unify;