uutils / coreutils

Cross-platform Rust rewrite of the GNU coreutils
https://uutils.github.io/
MIT License
17.23k stars 1.24k forks source link

Cargo.toml: allow "fuzzing" as `cfg` condition name #6497

Open cakebaker opened 1 week ago

cakebaker commented 1 week ago

This PR allows "fuzzing" as a cfg condition name in order to fix the "unexpected cfg condition name: fuzzing" warnings on the nightly builds in the CI (see, for example, https://github.com/uutils/coreutils/actions/runs/9673817439/job/26688539353?pr=6496#step:7:504).