mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 15:06:30 +03:00
chore: nightly clippy fixes
This commit is contained in:
@@ -157,7 +157,7 @@ impl StatusUpdateSerial {
|
||||
}
|
||||
|
||||
impl rusqlite::types::ToSql for StatusUpdateSerial {
|
||||
fn to_sql(&self) -> rusqlite::Result<rusqlite::types::ToSqlOutput> {
|
||||
fn to_sql(&self) -> rusqlite::Result<rusqlite::types::ToSqlOutput<'_>> {
|
||||
let val = rusqlite::types::Value::Integer(i64::from(self.0));
|
||||
let out = rusqlite::types::ToSqlOutput::Owned(val);
|
||||
Ok(out)
|
||||
|
||||
Reference in New Issue
Block a user