Silence clippy
This commit is contained in:
parent
31665f3fb0
commit
0e2d440489
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ impl Database for SqliteDatabase {
|
||||||
.fetch_optional(&mut self.conn)
|
.fetch_optional(&mut self.conn)
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
|
#[allow(clippy::match_bool)]
|
||||||
Ok(row.map(
|
Ok(row.map(
|
||||||
|TokenRow {
|
|TokenRow {
|
||||||
token,
|
token,
|
||||||
|
|
Loading…
Reference in a new issue