mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 00:54:19 +01:00
fix clippy errors for rust 1.88.0 (auto fix)
This commit is contained in:
@@ -36,5 +36,5 @@ async fn main() {
|
||||
|
||||
let value = row.get_value(0).unwrap();
|
||||
|
||||
println!("Row: {:?}", value);
|
||||
println!("Row: {value:?}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user