We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a421f8 commit cd44d47Copy full SHA for cd44d47
src/librustc_data_structures/lib.rs
@@ -73,6 +73,7 @@ pub mod control_flow_graph;
73
pub mod flock;
74
pub mod sync;
75
pub mod owning_ref;
76
+pub mod sorted_map;
77
78
pub struct OnDrop<F: Fn()>(pub F);
79
0 commit comments