Stabilize slice_sort_by_cached_key

This commit is contained in:
Scott McMurray 2019-01-31 12:47:31 -08:00
parent 0f949c2fcc
commit 3777b86f9b
13 changed files with 1 additions and 14 deletions

View file

@ -17,7 +17,6 @@
#![feature(nll)]
#![feature(range_contains)]
#![feature(rustc_diagnostic_macros)]
#![feature(slice_sort_by_cached_key)]
#![feature(optin_builtin_traits)]
#![feature(concat_idents)]
#![feature(link_args)]