mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-19 16:46:38 +00:00
Moves the methods that don't need full `IndexVec`-ness over to `IndexSlice`, and have `IndexVec` deref to `IndexSlice` so everything keeps working.