Closed
Description
I have a line in my main.rs
:
#![allow(clippy::redundant_field_names)]
This way, when I run cargo clippy
I don't see warnings about redundant field names
But RA shows me the notice anyway, both in neovim and vs code
Is this a bug or a feature? Is there a way to disable some clippy rules for whole project so that RA respects that?