diff options
| author | varkor <github@varkor.com> | 2018-03-17 20:43:46 +0000 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-03-18 12:50:56 +0000 |
| commit | 9896b38f01c068abfe7170cb9ae2bfadb4aebbc4 (patch) | |
| tree | 4191dccd0cd9913de4c56383c4268fe6f38c9046 /src/liballoc/lib.rs | |
| parent | ca3bed0c66d27fbf30eb48ae3eb5af235669364d (diff) | |
| download | rust-9896b38f01c068abfe7170cb9ae2bfadb4aebbc4.tar.gz rust-9896b38f01c068abfe7170cb9ae2bfadb4aebbc4.zip | |
Clarify time complexity
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 253b8acc16c..b93e128d508 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -113,7 +113,6 @@ #![feature(slice_get_slice)] #![feature(slice_patterns)] #![feature(slice_rsplit)] -#![feature(slice_sort_by_cached_key)] #![feature(specialization)] #![feature(staged_api)] #![feature(str_internals)] |
