-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
[beta] Backport disabling of Clippy lint debug_assert_with_mut_call #68753
Conversation
|
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.
r+ cc @pietro if I need to do something special for the backport
Er, @pietroalbini |
@bors r+ p=1 I think this is fine to land as-is; beta backports are more than a week away most likely so we can get this in in the meantime. |
📌 Commit faeed78 has been approved by |
⌛ Testing commit faeed78 with merge 0b02c7a7d92d51a64118bf9a04dde357566f9783... |
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
ping @Mark-Simulacrum The azure build was canceled by |
Odd. I suspect (hope!) this is spurious. @bors retry |
[beta] Backport disabling of Clippy lint debug_assert_with_mut_call This disables the Clippy lint `debug_assert_with_mut_call`, see rust-lang/rust-clippy#5112. Since this is a deny-by-default lint, that landed with `1.41.0`, we want to disable this lint rather sooner than later, that's why the backport. Clippy branch for the backport: https://github.com/rust-lang/rust-clippy/tree/rust-1.42.0 r? @Mark-Simulacrum cc (from the Clippy side) @Manishearth @oli-obk
☀️ Test successful - checks-azure |
Merge backport branch back into master Merge back backport branch rust-1.42.0 into master. Waiting on rust-lang/rust#68753 changelog: none
Merge backport branch back into master Merge back backport branch rust-1.42.0 into master. Waiting on rust-lang/rust#68753 changelog: none
This disables the Clippy lint
debug_assert_with_mut_call
, see rust-lang/rust-clippy#5112.Since this is a deny-by-default lint, that landed with
1.41.0
, we want to disable this lint rather sooner than later, that's why the backport.Clippy branch for the backport: https://github.com/rust-lang/rust-clippy/tree/rust-1.42.0
r? @Mark-Simulacrum
cc (from the Clippy side) @Manishearth @oli-obk