-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Update Clippy #115790
Update Clippy #115790
Conversation
Co-authored-by: Nahua <kangnahua@gmail.com>
[`iter_overeager_cloned`]: detect .cloned().all() and .cloned().any() changelog: [`iter_overeager_cloned`] r? `@blyxyas`
allow trait alias DefIds in `implements_trait_with_env_from_iter` Fixes rust-lang#11337 changelog: none
[`arithmetic_side_effects`] Fix rust-lang#11393 Fix rust-lang#11393 ``` changelog: [`arithmetic_side_effects`]: Detect division by zero for `Wrapping` and `Saturating` ```
and narrow search span when const/static items are in a mod block
Update Clippy r? `@Manishearth`
@Alexendoo great catch. Those slipped through while debugging the ICE I fixed in this PR. I removed them |
@bors r+ |
Update Clippy r? `@Manishearth`
This comment has been minimized.
This comment has been minimized.
The job Click to see the possible cause of the failure (guessed by this bot)
|
@bors r=Manishearth Forgot to re-r+ this. |
☀️ Test successful - checks-actions |
Finished benchmarking commit (8142a31): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 631.211s -> 631.556s (0.05%) |
Update Clippy r? `@Manishearth`
r? @Manishearth