You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a different lint for the fix_only_once_for_duplicates test (#15713)
### What does this PR try to resolve?
This PR changes the triggering `rustc` lint in the
`fix_only_once_for_duplicates` test from `unused_must_use` to
`forgetting_references`, because we are changing in
rust-lang/rust#143030 the interaction between
that lint and macros.
This is required as it blocking the rust PR,
rust-lang/rust#143030 (comment).
### How to test and review this PR?
Look at the test changes.
0 commit comments