Skip to content

Commit bef5cd8

Browse files
committed
std: Export sort::le
1 parent 734166f commit bef5cd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/sort.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#[doc = "Sorting methods"];
22
import vec::len;
33

4+
export le;
45
export merge_sort;
56
export quick_sort;
67
export quick_sort3;

0 commit comments

Comments
 (0)