mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
dc30c48381
There was no reason to remove them from slice. They're testing methods defined in slice, so that's where they belong. Leave vec with copies of the partition/partitioned tests because it has its own implementation of those methods.