std: Export sort::le

This commit is contained in:
Brian Anderson 2012-04-21 13:45:20 -07:00
parent 734166f41c
commit bef5cd8e45

View File

@ -1,6 +1,7 @@
#[doc = "Sorting methods"];
import vec::len;
export le;
export merge_sort;
export quick_sort;
export quick_sort3;