chore: derive Debug for Savepoint

This commit is contained in:
Lucas Burns
2022-05-05 13:00:49 -05:00
parent b411d27b54
commit e669609734

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,