Make clippy happy

This commit is contained in:
Kerollmops
2025-09-22 15:22:16 +02:00
committed by Clément Renault
parent 9184b12a26
commit 2fdfe79400

View File

@@ -146,7 +146,7 @@ fn compute_level(
writer.insert(left_bound, &ser_buffer)?; writer.insert(left_bound, &ser_buffer)?;
} }
writer_into_reader(writer).map_err(Into::into) writer_into_reader(writer)
}) })
.collect() .collect()
} }