configure rust-analyzer lints with Cargo [lints]
table
#16483
Labels
C-feature
Category: feature request
[lints]
table
#16483
I'm running into some rust-analyzer lints in my code that I'd like to disable on the project as a whole.
Rust 1.74 stabilized the
[lints]
&[workspace.lints]
tables forCargo.toml
. It is already possible to configure lints for clippy & rustc here, and it seems like an appropriate place to configure rust-analyzer lints as wellThe text was updated successfully, but these errors were encountered: