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-08-18 17:38:19 -0400
committerNiko Matsakis <niko@alum.mit.edu>2015-08-18 17:38:19 -0400
commit5e126e498412bf0531eab499edc2fbe6bf52af2a (patch)
treebcf56073dc8f123f2da976f8b006e74a78fa397d /src/librustc_data_structures/lib.rs
parent4756d4a635ff98334030775783835fccf7e4b4c9 (diff)
downloadrust-5e126e498412bf0531eab499edc2fbe6bf52af2a.tar.gz
rust-5e126e498412bf0531eab499edc2fbe6bf52af2a.zip
implement transitive relation type that can compute transitive
closures, upper bounds, and other fun things
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 845202209b2..78edae76253 100644
--- a/src/librustc_data_structures/lib.rs
+++ b/src/librustc_data_structures/lib.rs
@@ -37,6 +37,7 @@ pub mod bitvec;
 pub mod graph;
 pub mod ivar;
 pub mod snapshot_vec;
+pub mod transitive_relation;
 pub mod unify;
 
 // See comments in src/librustc/lib.rs