Josh Triplett 262d4dd5f2 Use Not::not rather than a custom is_false function
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.
2025-06-08 19:15:27 -07:00
..
2025-05-20 16:08:34 -05:00

This crate is maintained by the Cargo team for use by the wider ecosystem. This crate follows semver compatibility for its APIs.