Skip to content

Commit

Permalink
fix: clippy::useless_conversion lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Jan 5, 2025
1 parent baa7100 commit 15187a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion zarrs/src/array/chunk_grid/rectangular.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ impl ChunkGridTraits for RectangularChunkGrid {
}
})
.collect::<Option<Vec<_>>>()
.map(std::convert::Into::into)
}

unsafe fn chunk_origin_unchecked(
Expand Down

0 comments on commit 15187a0

Please sign in to comment.