Make the Vec::dedup method use slice::partition_dedup internally

This commit is contained in:
Clément Renault
2018-09-16 23:32:16 +02:00
parent 78bccb3540
commit d560292a87
2 changed files with 7 additions and 84 deletions

View File

@@ -119,6 +119,7 @@
#![feature(exact_chunks)]
#![feature(rustc_const_unstable)]
#![feature(const_vec_new)]
#![feature(slice_partition_dedup)]
#![feature(maybe_uninit)]
// Allow testing this library