-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Fix whitespace in rustfmt-excluded clippy file #147739
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
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
rustbot has assigned @Mark-Simulacrum. Use |
@bors r+ rollup=always |
@flip1995 If this PR is not merged when you do the next Clippy/rust sync, maybe you can cherry-pick the commit and include it in the sync, and r-/close this PR. |
…r=samueltardieu Fix whitespace in rustfmt-excluded clippy file Accidentally introduced in rust-lang#143548
…r=samueltardieu Fix whitespace in rustfmt-excluded clippy file Accidentally introduced in rust-lang#143548
Rollup of 7 pull requests Successful merges: - #147000 (std: Add Motor OS std library port) - #147732 (remove duplicate inline macro) - #147738 (Don't highlight `let` expressions as having type `bool` in let-chain error messages) - #147739 (Fix whitespace in rustfmt-excluded clippy file) - #147744 (miri subtree update) - #147751 (Use `bit_set::Word` in a couple more places.) - #147752 (style-guide: fix typo for empty struct advice) r? `@ghost` `@rustbot` modify labels: rollup
@bors r- I just did the sync and this will be included in the sync. So closing this PR to not have merge conflicts in the Clippy sync PR. Generally PRs like this are not required, because Clippy will be formatted during the bi-weekly sync. |
Rollup of 7 pull requests Successful merges: - #147000 (std: Add Motor OS std library port) - #147732 (remove duplicate inline macro) - #147738 (Don't highlight `let` expressions as having type `bool` in let-chain error messages) - #147739 (Fix whitespace in rustfmt-excluded clippy file) - #147744 (miri subtree update) - #147751 (Use `bit_set::Word` in a couple more places.) - #147752 (style-guide: fix typo for empty struct advice) r? `@ghost` `@rustbot` modify labels: rollup
Accidentally introduced in #143548