mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00

The `is_false` function already exists in the standard library, as `Not::not`; use that in `skip_serializing_if` rather than defining an `is_false` function.
This crate is maintained by the Cargo team for use by the wider ecosystem. This crate follows semver compatibility for its APIs.