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

tests/util.rs: disable unexpected_cfgs lint #46

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

cakebaker
Copy link
Contributor

This PR disables the recently introduced unexpected_cfgs lint (see https://blog.rust-lang.org/2024/05/06/check-cfg.html) on tests/common/util.rs to suppress a lot of warnings because its code contains many coreutils features not available in this project.

@sylvestre sylvestre merged commit 45c8740 into uutils:main Jul 24, 2024
12 of 13 checks passed
@cakebaker cakebaker deleted the disable_unexpected_cfgs_lint branch July 25, 2024 05:50
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