We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
This entails changing all the uses of slice/slice_from/etc. to using the slicing sugar
Sorry, something went wrong.
This includes removing the offensive _s from the Slice methods
_
I am working on this
Remove the _ suffix from slice methods.
f464132
Deprecates slicing methods from ImmutableSlice/MutableSlice in favour of slicing syntax or the methods in Slice/SliceMut. Closes rust-lang#17273.
dfef56a
df2f1fa
nrc
No branches or pull requests
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: