Fix clippy warnings

This commit is contained in:
gwenn
2019-11-03 11:19:07 +01:00
parent 9484f5c15e
commit 8302a50fb8
9 changed files with 43 additions and 26 deletions

View File

@@ -92,7 +92,7 @@ impl InnerConnection {
if let Error::SqliteFailure(
ffi::Error {
code: ffi::ErrorCode::CannotOpen,
extended_code: _,
..
},
Some(msg),
) = e