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)
|
||||
.await?;
|
||||
|
||||
#[allow(clippy::match_bool)]
|
||||
Ok(row.map(
|
||||
|TokenRow {
|
||||
token,
|
||||
|
|
Loading…
Reference in a new issue