We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[lints]
Cargo.toml
We have to copy-paste a bunch of crate-level attributes in every crate to enable some lints.
Use the new [lints] table in the workspace Cargo.toml and inherit it in every crate.
https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html#lint-configuration-through-cargo
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the problem related to your feature request.
We have to copy-paste a bunch of crate-level attributes in every crate to enable some lints.
What solution would you like?
Use the new
[lints]
table in the workspaceCargo.toml
and inherit it in every crate.What alternative(s) have you considered?
Additional context
https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html#lint-configuration-through-cargo
The text was updated successfully, but these errors were encountered: