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

Move lint defs to Cargo.toml #500

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Move lint defs to Cargo.toml #500

merged 1 commit into from
Feb 19, 2024

Commits on Feb 19, 2024

  1. Move lint defs to Cargo.toml

    Since Rust [1.74.0](https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html)
    lint configuration can be specified in the Cargo.toml file.
    
    I've now done this and also enable lints on workspace level to ensure we
    don't miss things.
    hannesdejager committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f1b4ce1 View commit details
    Browse the repository at this point in the history