mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-26 21:01:46 +02:00
Satisfy clippy
This commit is contained in:
parent
ba086f909d
commit
e980973ba0
@ -105,7 +105,7 @@ impl rusqlite::ToSql for QueryParam {
|
|||||||
use rusqlite::types::{ToSqlOutput, Value};
|
use rusqlite::types::{ToSqlOutput, Value};
|
||||||
|
|
||||||
match self {
|
match self {
|
||||||
QueryParam::Text(s) => Ok(ToSqlOutput::Owned(Value::Text(s.clone()))),
|
Self::Text(s) => Ok(ToSqlOutput::Owned(Value::Text(s.clone()))),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user