Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure rust-analyzer lints with Cargo [lints] table #16483

Open
ickk opened this issue Feb 4, 2024 · 0 comments
Open

configure rust-analyzer lints with Cargo [lints] table #16483

ickk opened this issue Feb 4, 2024 · 0 comments
Labels
C-feature Category: feature request

Comments

@ickk
Copy link

ickk commented Feb 4, 2024

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

@ickk ickk added the C-feature Category: feature request label Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature request
Projects
None yet
Development

No branches or pull requests

1 participant