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 new check-cfg lint that coverage is an allowed option #722

Merged
merged 1 commit into from
May 8, 2024

Commits on May 7, 2024

  1. Configure new check-cfg lint that coverage is an allowed option

    The lastest Rust nightly [adds checking for cfgs] and their possible
    values.  This requires us to define via `build.rs` that `coverage` is a
    valid `cfg`, and that it is a "boolean" without any allowed values.
    
    [adds checking for cfgs]: https://blog.rust-lang.org/2024/05/06/check-cfg.html
    MarijnS95 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8e1860e View commit details
    Browse the repository at this point in the history