mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-10 11:44:22 +01:00
fix clippy errors for rust 1.88.0 (manual fix)
This commit is contained in:
@@ -312,7 +312,7 @@ impl Statement {
|
||||
turso_core::StepResult::Interrupt | turso_core::StepResult::Busy => {
|
||||
return Err(napi::Error::new(
|
||||
napi::Status::GenericFailure,
|
||||
format!("{:?}", step),
|
||||
format!("{step:?}"),
|
||||
))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user