Skip to content

Address unexpected_cfg lints.#269

Merged
tkaitchuck merged 1 commit intotkaitchuck:masterfrom
briansmith:b/check-cfg
May 6, 2025
Merged

Address unexpected_cfg lints.#269
tkaitchuck merged 1 commit intotkaitchuck:masterfrom
briansmith:b/check-cfg

Conversation

@briansmith
Copy link
Contributor

Replace cfg(feature = "$X") with cfg($X) for each undeclared feature X. Declare each such cfg in build.rs. This silences the warnings in recent toolchains.

Replace `cfg(feature = "$X")` with `cfg($X)` for each undeclared
feature X. Declare each such cfg in build.rs. This silences the
warnings in recent toolchains.
@briansmith briansmith mentioned this pull request May 5, 2025
@tkaitchuck tkaitchuck merged commit cc852e7 into tkaitchuck:master May 6, 2025
9 checks passed
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