mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
std: Export sort::le
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#[doc = "Sorting methods"];
|
||||
import vec::len;
|
||||
|
||||
export le;
|
||||
export merge_sort;
|
||||
export quick_sort;
|
||||
export quick_sort3;
|
||||
|
||||
Reference in New Issue
Block a user