mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-18 22:09:05 +08:00
Fix clippy warnings
This commit is contained in:
@@ -92,7 +92,7 @@ impl InnerConnection {
|
||||
if let Error::SqliteFailure(
|
||||
ffi::Error {
|
||||
code: ffi::ErrorCode::CannotOpen,
|
||||
extended_code: _,
|
||||
..
|
||||
},
|
||||
Some(msg),
|
||||
) = e
|
||||
|
Reference in New Issue
Block a user