chore: derive Debug for Savepoint

This commit is contained in:
Lucas Burns 2022-05-05 13:00:49 -05:00
parent b411d27b54
commit e669609734
No known key found for this signature in database
GPG Key ID: C011CBEF6628B679

View File

@ -87,6 +87,7 @@ pub struct Transaction<'conn> {
/// sp.commit() /// sp.commit()
/// } /// }
/// ``` /// ```
#[derive(Debug)]
pub struct Savepoint<'conn> { pub struct Savepoint<'conn> {
conn: &'conn Connection, conn: &'conn Connection,
name: String, name: String,