Merge pull request #1179 from lmburns/debug_savepoint

Derive `Debug` for `Savepoint`
This commit is contained in:
gwenn 2022-05-26 07:51:30 +02:00 committed by GitHub
commit e6fdec7334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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