Make the Vec::dedup method use slice::partition_dedup internally
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user