mirror of
https://github.com/isar/rusqlite.git
synced 2025-01-20 22:40:52 +08:00
Fix clippy match_same_arms warning
This commit is contained in:
parent
3d30104c30
commit
6f8f2f3910
@ -160,8 +160,8 @@ impl error::Error for Error {
|
|||||||
Error::InvalidColumnIndex(_) |
|
Error::InvalidColumnIndex(_) |
|
||||||
Error::InvalidColumnName(_) |
|
Error::InvalidColumnName(_) |
|
||||||
Error::InvalidColumnType |
|
Error::InvalidColumnType |
|
||||||
Error::InvalidPath(_) => None,
|
Error::InvalidPath(_) |
|
||||||
Error::StatementChangedRows(_) => None,
|
Error::StatementChangedRows(_) |
|
||||||
Error::StatementFailedToInsertRow => None,
|
Error::StatementFailedToInsertRow => None,
|
||||||
|
|
||||||
#[cfg(feature = "functions")]
|
#[cfg(feature = "functions")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user