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

Conversation

MarijnS95
Copy link
Contributor

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.

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
@ids1024 ids1024 merged commit 8035543 into Smithay:master May 8, 2024
12 checks passed
@MarijnS95 MarijnS95 deleted the check-cfg branch May 8, 2024 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants