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>2015-04-07 06:12:21 -0400
committerNiko Matsakis <niko@alum.mit.edu>2015-04-17 10:12:55 -0400
commit416f388c6f567dfd2c009a36907447c9646100e5 (patch)
treed0ee33719cb42b247748ea55bd9cf184f639a585 /src/librustc_data_structures/lib.rs
parent7ab0d1ab675a07a5bb1eae4d41a2e1cbccae113d (diff)
downloadrust-416f388c6f567dfd2c009a36907447c9646100e5.tar.gz
rust-416f388c6f567dfd2c009a36907447c9646100e5.zip
Port to use the new Unify code, which has no UnifyValue trait
but is otherwise mostly the same.
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 d90a40941cb..6562a748898 100644
--- a/src/librustc_data_structures/lib.rs
+++ b/src/librustc_data_structures/lib.rs
@@ -35,3 +35,4 @@ extern crate serialize as rustc_serialize; // used by deriving
 pub mod snapshot_vec;
 pub mod graph;
 pub mod bitvec;
+pub mod unify;