We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b377505 commit 96e63b8Copy full SHA for 96e63b8
src/db/migrations.rs
@@ -5,6 +5,7 @@ use std::collections::HashSet;
5
6
enum MigrationKind {
7
SQL(&'static str),
8
+ #[allow(clippy::type_complexity)]
9
Code(Box<dyn Fn(&Transaction) -> ::rusqlite::Result<()>>),
10
}
11
0 commit comments