-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Fix typo #97201
Fix typo #97201
Conversation
Some changes occurred in src/tools/rustfmt. cc @rust-lang/rustfmt |
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @GuillaumeGomez (or someone else) soon. Please see the contribution instructions for more information. |
Thanks! @bors r+ rollup |
📌 Commit 36ad596 has been approved by |
https://rustc-dev-guide.rust-lang.org/git.html#no-merge-policy, so no merge commit. |
@bors r- |
And it'd be nice to not push after an approval and not tell. |
@GuillaumeGomez Sorry. I seem to have accidentally pushed a merge commit to this PR branch. |
Let's go again then! @bors r+ rollup |
📌 Commit 36ad596 has been approved by |
…askrgr Rollup of 7 pull requests Successful merges: - rust-lang#97109 (Fix misleading `cannot infer type for type parameter` error) - rust-lang#97187 (Reverse condition in Vec::retain_mut doctest) - rust-lang#97201 (Fix typo) - rust-lang#97203 (Minor tweaks to rustc book summary formatting.) - rust-lang#97208 (Do not emit the lint `unused_attributes` for *inherent* `#[doc(hidden)]` associated items) - rust-lang#97215 (Add complexity estimation of iterating over HashSet and HashMap) - rust-lang#97220 (Add regression test for#81827) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This PR is fixes typo "avaiable" to "available".