Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Mar 27, 2024
1 parent 23b7b63 commit 201bf19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sqlite/def/column.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ impl From<(&SqliteRow, &[SqliteRow])> for IndexedColumns {

/// Confirms if a table's primary key is set to autoincrement as a result of using query
/// `SELECT COUNT(*) from sqlite_sequence where name = 'table_name';
#[allow(dead_code)]
#[derive(Debug, Default, Clone)]
pub(crate) struct PrimaryKeyAutoincrement(pub(crate) u8);

Expand Down

0 comments on commit 201bf19

Please sign in to comment.