Skip to content

Commit 118f0ba

Browse files
committed
Small struct reorder
1 parent a616db0 commit 118f0ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,8 +1153,8 @@ pub enum SslMode {
11531153
/// The transaction will roll back by default.
11541154
pub struct Transaction<'conn> {
11551155
conn: &'conn Connection,
1156-
commit: Cell<bool>,
11571156
depth: u32,
1157+
commit: Cell<bool>,
11581158
finished: bool,
11591159
}
11601160

0 commit comments

Comments
 (0)