-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Fix a small mistake in SliceIndex
's documentation
#97363
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
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @m-ou-se (or someone else) soon. Please see the contribution instructions for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
@bors r+ rollup |
📌 Commit ce94773 has been approved by |
Rollup of 6 pull requests Successful merges: - rust-lang#93966 (document expectations for Waker::wake) - rust-lang#97266 (Make weird name lints trigger behind cfg_attr) - rust-lang#97355 (Remove unused brush image) - rust-lang#97358 (Update minifier-rs version to 0.1.0) - rust-lang#97363 (Fix a small mistake in `SliceIndex`'s documentation) - rust-lang#97364 (Fix weird indentation in continue_keyword docs) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Originally, it said "
get_(mut_)unchecked
," but the method's actual name isget_unchecked_mut
.