bors f1f5ccd63a Auto merge of #7160 - flip1995:field_reassign_macros, r=xFrednet,camsteffen
Don't trigger `field_reassign_with_default` in macros

Fixes #7155

Producing a good suggestion for this lint is already hard when no macros
are involved. With macros the lint message and the suggestion are just
confusing. Since both, producing a good suggestion and figuring out if
this pattern can be re-written inside a macro is nearly impossible, just
bail out.

changelog: [`field_reassign_with_default`] No longer triggers in macros

---

No that our reviewing queue is under control, I want to start hacking on Clippy myself again. Starting with an easy issue to get back in :)
2021-06-11 15:58:58 +00:00
..
2021-05-26 21:53:43 -05:00
2021-05-26 21:53:43 -05:00
2021-05-18 11:45:51 -04:00
2021-05-11 11:15:33 +02:00
2021-05-11 11:15:33 +02:00
2021-05-26 22:07:53 -05:00
2021-05-14 17:07:30 -07:00
2021-05-14 17:07:30 -07:00