-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 typos #94947
fix typos #94947
Conversation
Some changes occurred in src/tools/clippy. cc @rust-lang/clippy |
r? @nagisa (rust-highfive has picked a reviewer for you, use r? to override) |
I think it would be fair to use the original author as commit author? 🙃 |
Thanks. I guess that's not a problem. |
@bors r+ rollup |
📌 Commit 13e8899 has been approved by |
…askrgr Rollup of 4 pull requests Successful merges: - rust-lang#94810 (debuginfo: Fix bug in type name generation for dyn types with associated types but no other generic arguments.) - rust-lang#94947 (fix typos) - rust-lang#94956 (Fix small typo in FIXME) - rust-lang#94958 (Support other types of pluralization in pluralize macro) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Rework of #94603 which got closed as I was trying to unmerge and repush. This is a subset of changes from the original pr as I sed'd whatever typos I remembered from the original PR
thanks to @cuishuang for the original PR