mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
Another post-rebase clippy round with 1.88.0
This commit is contained in:
parent
1a91966c7e
commit
a48b6d049a
23 changed files with 173 additions and 233 deletions
|
@ -29,7 +29,7 @@ impl From<TursoError> for JniError {
|
|||
| TursoError::InvalidDatabasePointer
|
||||
| TursoError::InvalidConnectionPointer
|
||||
| TursoError::JNIErrors(_) => {
|
||||
eprintln!("Error occurred: {:?}", value);
|
||||
eprintln!("Error occurred: {value:?}");
|
||||
JniError::Other(-1)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue