-
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
enable clippy for bootstrap on CI PRs (in mingw-check
image)
#124069
Conversation
Signed-off-by: onur-ozkan <work@onurozkan.dev>
rustbot has assigned @albertlarsan68. Use |
This PR modifies If appropriate, please update This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp. |
mingw-check
image)
This comment has been minimized.
This comment has been minimized.
67c116f
to
1eef4ce
Compare
This comment has been minimized.
This comment has been minimized.
1eef4ce
to
910eaae
Compare
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.
Looks great overall, just a tiny nit.
Signed-off-by: onur-ozkan <work@onurozkan.dev>
910eaae
to
c5fdb39
Compare
@rustbot ready |
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.
Thanks for the PR!
@bors r+ |
…llaumeGomez Rollup of 4 pull requests Successful merges: - rust-lang#124069 (enable clippy for bootstrap on CI PRs (in `mingw-check` image)) - rust-lang#124089 (Fix watchOS and visionOS for pread64 and pwrite64 calls) - rust-lang#124184 (Suggest using `unsigned_abs` in `abs` documentation) - rust-lang#124198 (Flip spans for precise capturing syntax not capturing a ty/const param, and for implicit captures of lifetime params) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#124069 - onur-ozkan:run-clippy-on-bootstrap, r=albertlarsan68 enable clippy for bootstrap on CI PRs (in `mingw-check` image) Let's keep the bootstrap codebase cleaner.
Let's keep the bootstrap codebase cleaner.