Skip to content

Commit

Permalink
Remove unnecessary dead_code markers
Browse files Browse the repository at this point in the history
  • Loading branch information
czocher authored and cljoly committed Jun 18, 2023
1 parent af4da52 commit f15d841
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rusqlite_migration/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ pub struct M<'u> {
down: Option<&'u str>,
down_hook: Option<Box<dyn MigrationHook>>,
foreign_key_check: bool,
#[allow(dead_code)]
comment: Option<&'u str>,
}

Expand Down

0 comments on commit f15d841

Please sign in to comment.