You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 for Cargo.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 well
The text was updated successfully, but these errors were encountered:
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: