Skip to content

Commit

Permalink
Refactor: Remove verbose SqliteConnection typing
Browse files Browse the repository at this point in the history
  • Loading branch information
mpyw committed Aug 12, 2024
1 parent 9409e5e commit 3453955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-sqlite/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl TransactionManager for SqliteTransactionManager {
conn.worker.start_rollback().ok();
}

fn get_transaction_depth(_conn: &<Self::Database as Database>::Connection) -> usize {
fn get_transaction_depth(_conn: &SqliteConnection) -> usize {
todo!()
}
}

0 comments on commit 3453955

Please sign in to comment.