Skip to content

Commit 96e63b8

Browse files
Allow clippy lint
1 parent b377505 commit 96e63b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/db/migrations.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ use std::collections::HashSet;
55

66
enum MigrationKind {
77
SQL(&'static str),
8+
#[allow(clippy::type_complexity)]
89
Code(Box<dyn Fn(&Transaction) -> ::rusqlite::Result<()>>),
910
}
1011

0 commit comments

Comments
 (0)