bors 18a1831377 Auto merge of #8743 - Alexendoo:useless-attribute-redundant-pub-crate, r=llogiq
ignore `redundant_pub_crate` in `useless_attribute`

changelog: [`useless_attribute`] no longer lints [`redundant_pub_crate`]

As mentioned in https://github.com/rust-lang/rust-clippy/issues/8732#issuecomment-1106489634

> And it turns out I can't even explicitly allow it at the usage site, because then `clippy::useless_attribute` fires (which would also be a FP?), which is deny-by-default.
>
> Though it does work if I then allow `clippy::useless_attribute`. 😂
>
> ```rust
> #[allow(clippy::useless_attribute)]
> #[allow(clippy::redundant_pub_crate)]
> pub(crate) use bit;
> ```
>
> The originally-reported warning now no longer occurs.
2022-04-27 05:43:13 +00:00
..
2022-04-15 14:18:09 -07:00
2022-04-19 10:48:12 +09:00
2022-04-19 10:48:12 +09:00
2022-04-19 10:48:12 +09:00
2022-04-10 01:07:01 +08:00
2022-04-21 10:03:01 +02:00
2022-04-21 10:03:01 +02:00
2022-04-21 10:03:01 +02:00
2022-04-25 05:20:08 -04:00
2022-04-13 22:48:36 -06:00
2022-04-13 22:48:36 -06:00
2022-04-14 13:16:46 +02:00
2022-04-13 13:48:27 +02:00
2022-04-13 13:48:27 +02:00
2022-04-14 21:33:32 -04:00
2022-04-14 21:33:32 -04:00
fix
2022-04-23 22:45:26 +09:00
fix
2022-04-23 22:45:26 +09:00
fix
2022-04-23 22:45:26 +09:00