add std::cmp::Ordering re-export
This commit is contained in:
parent
0b2dc35cad
commit
aefd094548
@ -8,7 +8,10 @@ pub use std::{
|
|||||||
VecDeque as D,
|
VecDeque as D,
|
||||||
BinaryHeap as B,
|
BinaryHeap as B,
|
||||||
},
|
},
|
||||||
cmp::Ordering as Or,
|
cmp::{
|
||||||
|
Ordering as Or,
|
||||||
|
Reverse as Rev,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
pub type SS = &'static str;
|
pub type SS = &'static str;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user