]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_data_structures/lib.rs
rename `control_flow_graph` to `graph`
[rust.git] / src / librustc_data_structures / lib.rs
index 59b7b4300835e59a29d3b9948dcefb9b88d80dfb..c4e04c758311d87b0a4447dffe9cd33e6459050d 100644 (file)
@@ -70,7 +70,7 @@
 pub use ena::unify;
 pub mod fx;
 pub mod tuple_slice;
-pub mod control_flow_graph;
+pub mod graph;
 pub mod flock;
 pub mod sync;
 pub mod owning_ref;