rust/clippy_lints
bors 4b6fdb4dff Auto merge of #10683 - Centri3:allow-attributes, r=Alexendoo
Fix false positive in `allow_attributes`

This would emit a warning if used in a proc-macro with the feature `lint_reasons` enabled. This is now fixed.

changelog: [`allow_attributes`]: Don't lint if in external macro
2023-04-24 17:52:17 +00:00
..
src Auto merge of #10683 - Centri3:allow-attributes, r=Alexendoo 2023-04-24 17:52:17 +00:00
Cargo.toml Bump Clippy version -> 0.1.71 2023-04-23 03:39:19 -07:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.