Skip to content

Commit

Permalink
Add SortedMap to rustc_data_structures.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed May 22, 2018
1 parent ff8fa5c commit 879eb97
Show file tree
Hide file tree
Showing 2 changed files with 502 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_data_structures/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ pub mod control_flow_graph;
pub mod flock;
pub mod sync;
pub mod owning_ref;
pub mod sorted_map;

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

Expand Down
Loading

0 comments on commit 879eb97

Please sign in to comment.