gandi-live-dns-rust/.clippy.toml

4 lines
128 B
TOML

# assert_eq!(..., true) or false is a lot clearer when testing functions that
# return booleans.
bool_assert_comparison = false