Another post-rebase clippy round with 1.88.0

This commit is contained in:
Jussi Saurio 2025-07-12 19:07:46 +03:00
parent 1a91966c7e
commit a48b6d049a
23 changed files with 173 additions and 233 deletions

View file

@ -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)
}
}