Placate clippy

This commit is contained in:
SkyfallWasTaken 2024-07-29 18:47:52 +01:00
parent 7e8ecea10c
commit f41dac26eb
3 changed files with 5 additions and 10 deletions

View file

@ -43,7 +43,7 @@ fn is_false(value: &bool) -> bool {
}
#[inline(always)]
fn default_as_false() -> bool {
const fn default_as_false() -> bool {
false
}