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

Add unexpected_cfgs lint exception, fixes #182 #183

Merged
merged 1 commit into from
Aug 23, 2024

Commits on Aug 23, 2024

  1. Add unexpected_cfgs lint exception

    > Some crates might use custom cfgs, like loom, fuzzing or tokio_unstable that they expected from the environment (RUSTFLAGS or other means) and which are always statically known at compile time. For those cases, Cargo provides via the [lints] table a way to statically declare those cfgs as expected.
    
    Reference: https://blog.rust-lang.org/2024/05/06/check-cfg.html
    
    Signed-off-by: Brandon Pike <pikebrandon@att.net>
    brandonpike committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    94b0f8c View commit details
    Browse the repository at this point in the history