mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-21 21:59:29 +08:00
Fix clippy match_same_arms warning
This commit is contained in:
@@ -160,8 +160,8 @@ impl error::Error for Error {
|
||||
Error::InvalidColumnIndex(_) |
|
||||
Error::InvalidColumnName(_) |
|
||||
Error::InvalidColumnType |
|
||||
Error::InvalidPath(_) => None,
|
||||
Error::StatementChangedRows(_) => None,
|
||||
Error::InvalidPath(_) |
|
||||
Error::StatementChangedRows(_) |
|
||||
Error::StatementFailedToInsertRow => None,
|
||||
|
||||
#[cfg(feature = "functions")]
|
||||
|
Reference in New Issue
Block a user