don't lint [`mixed_attributes_style`] when mixing docs and other attrs add test files for issue #12436 move [`mixed_attributes_style`] to `LateLintPass` to enable global `allow` stop [`mixed_attributes_style`] from linting on different attributes add `@compile-flags` to [`mixed_attributes_style`]'s test; turns out not linting in test mod is not a FN. Apply suggestions from code review Co-authored-by: Timo <30553356+y21@users.noreply.github.com> move [`mixed_attributes_style`] to late pass and stop it from linting on different kind of attributes |
||
|---|---|---|
| .. | ||
| allow_attributes_without_reason.rs | ||
| blanket_clippy_restriction_lints.rs | ||
| deprecated_cfg_attr.rs | ||
| deprecated_semver.rs | ||
| duplicated_attributes.rs | ||
| empty_line_after.rs | ||
| inline_always.rs | ||
| maybe_misused_cfg.rs | ||
| mismatched_target_os.rs | ||
| mixed_attributes_style.rs | ||
| mod.rs | ||
| non_minimal_cfg.rs | ||
| should_panic_without_expect.rs | ||
| unnecessary_clippy_cfg.rs | ||
| useless_attribute.rs | ||
| utils.rs | ||