mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-17 21:59:29 +00:00
run clippy fix
This commit is contained in:
@@ -26,7 +26,7 @@ pub struct SqliteStore {
|
||||
}
|
||||
|
||||
impl SqliteStore {
|
||||
pub fn new(db: SqlitePool) -> Self {
|
||||
#[must_use] pub const fn new(db: SqlitePool) -> Self {
|
||||
Self { db }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user