Skip to content

Commit 746e6b3

Browse files
committed
Fix clippy warning
1 parent 52360d8 commit 746e6b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/serialize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ impl Connection {
114114
code: ffi::ErrorCode::CannotOpen,
115115
extended_code: ffi::SQLITE_IOERR,
116116
},
117-
Some(format!("{}", e)),
117+
Some(format!("{e}")),
118118
)
119119
})?;
120120
let ptr = NonNull::new(ptr).unwrap();

0 commit comments

Comments
 (0)