Skip to content

Commit 879eb97

Browse files
Add SortedMap to rustc_data_structures.
1 parent ff8fa5c commit 879eb97

File tree

2 files changed

+502
-0
lines changed

2 files changed

+502
-0
lines changed

src/librustc_data_structures/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ pub mod control_flow_graph;
7373
pub mod flock;
7474
pub mod sync;
7575
pub mod owning_ref;
76+
pub mod sorted_map;
7677

7778
pub struct OnDrop<F: Fn()>(pub F);
7879

0 commit comments

Comments
 (0)