mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-23 09:51:36 +01:00
chore: clippy fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user