diff --git a/CHANGELOG.md b/CHANGELOG.md index 30580218..ef582117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Cleanup unnecessary lifetime constraints in partial decoders +- Fix `clippy::useless_conversion` lint ## [0.18.3] - 2024-12-30 diff --git a/zarrs/src/array/chunk_grid/rectangular.rs b/zarrs/src/array/chunk_grid/rectangular.rs index 3cef4628..05733fb5 100644 --- a/zarrs/src/array/chunk_grid/rectangular.rs +++ b/zarrs/src/array/chunk_grid/rectangular.rs @@ -185,7 +185,6 @@ impl ChunkGridTraits for RectangularChunkGrid { } }) .collect::>>() - .map(std::convert::Into::into) } unsafe fn chunk_origin_unchecked(