Skip to content

Commit

Permalink
fix: clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkard committed Oct 14, 2024
1 parent f916293 commit f98aabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvalhalla/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl GraphReader {
self.tileset
.tiles_in_bbox(min.0, min.1, max.0, max.1, level)
.into_iter()
.map(|tile_id| TileId(tile_id))
.map(TileId)
.collect()
}

Expand Down

0 comments on commit f98aabe

Please sign in to comment.