Make clippy happy

This commit is contained in:
Kerollmops
2025-09-22 15:22:16 +02:00
parent 8ce3aa431e
commit 4fc9c3cd22

View File

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