-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge the slice methods from ops::Slice with methods in core::slice #17273
Comments
This entails changing all the uses of slice/slice_from/etc. to using the slicing sugar |
This includes removing the offensive |
I am working on this |
nrc
added a commit
to nrc/rust
that referenced
this issue
Sep 29, 2014
Deprecates slicing methods from ImmutableSlice/MutableSlice in favour of slicing syntax or the methods in Slice/SliceMut. Closes rust-lang#17273.
nrc
added a commit
to nrc/rust
that referenced
this issue
Sep 30, 2014
Deprecates slicing methods from ImmutableSlice/MutableSlice in favour of slicing syntax or the methods in Slice/SliceMut. Closes rust-lang#17273.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Needs a snapshot so we can use indexing, otherwise there's a bunch of changes to something ugly which will change again post-snapshot.
The text was updated successfully, but these errors were encountered: