chore: clippy fixes

This commit is contained in:
Per Stark
2025-10-16 20:29:15 +02:00
parent 7332347f1a
commit 44e5d8a2fc
10 changed files with 49 additions and 34 deletions

View File

@@ -16,7 +16,7 @@ pub struct Pagination {
}
impl Pagination {
pub fn new(
pub const fn new(
current_page: usize,
per_page: usize,
total_items: usize,