mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-03 00:14:21 +01:00
clippy is angry about printing an empty string
This commit is contained in:
@@ -676,7 +676,7 @@ mod tests {
|
||||
"ss", "tt", "uu", "vv", "ww", "xx", "yy", "zz",
|
||||
];
|
||||
for outer in 0..OUTER_ITERS {
|
||||
println!("");
|
||||
println!(" ");
|
||||
println!(
|
||||
"partial_index_mutation_and_upsert_fuzz iteration {}/{}",
|
||||
outer + 1,
|
||||
|
||||
Reference in New Issue
Block a user