Placate Clippy

This commit is contained in:
SkyfallWasTaken 2024-07-15 21:05:52 +01:00
parent a66c7ee399
commit f742244f95
3 changed files with 6 additions and 5 deletions

View file

@ -29,8 +29,9 @@ pub struct PackageJson {
}
// serde :/
#[allow(clippy::trivially_copy_pass_by_ref)]
fn is_false(value: &bool) -> bool {
!*value
!value
}
fn default_as_false() -> bool {