mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 15:55:45 +00:00
sqlite: fix impl of DatabaseError
This commit is contained in:
parent
e99e80cf94
commit
57d414f15c
@ -46,6 +46,6 @@ impl DatabaseError for SqliteError {
|
||||
}
|
||||
|
||||
fn code(&self) -> Option<&str> {
|
||||
&self.code
|
||||
Some(&self.code)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user