-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[ptr_as_ptr
]: Fix duplicate diagnostics
#12673
[ptr_as_ptr
]: Fix duplicate diagnostics
#12673
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @blyxyas (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
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.
LGTM, thanks! ❤️
@bors r+ |
…xyas [`ptr_as_ptr`]: Fix duplicate diagnostics Relates to #12379 `ptr_as_ptr::check` is called twice in `clippy_lints/src/casts/mod.rs` --- changelog: [`ptr_as_ptr`]: Fix duplicate diagnostics
💔 Test failed - checks-action_dev_test |
Sorry that I can't figure out why tests are failed :(
and there was no error reported. |
c64342c
to
da0ae33
Compare
I'll just rebase and retry CI I guess. I can't seem to replicate the issue either :/ |
Opened a zulip thread: https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/proc-macro2.20broken.20dependency/near/433330958 We're using a pinned nightly that's almost 2 weeks old, and it looks like a newer version of |
It reports the error after running |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Relates to #12379
ptr_as_ptr::check
is called twice inclippy_lints/src/casts/mod.rs
changelog: [
ptr_as_ptr
]: Fix duplicate diagnostics