Satisfy clippy
This commit is contained in:
parent
ba086f909d
commit
e980973ba0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue