chore: made clippy happy

This commit is contained in:
MaxOhn
2024-11-13 02:12:37 +01:00
parent f37b917f76
commit 93f375636c
+2 -2
View File
@@ -93,11 +93,11 @@ impl<'a> ObjectParams<'a> {
}
}
pub fn max_combo(&self) -> u32 {
pub const fn max_combo(&self) -> u32 {
self.max_combo
}
pub fn n_hold_notes(&self) -> u32 {
pub const fn n_hold_notes(&self) -> u32 {
self.n_hold_notes
}
}