Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
VeaaC committed Oct 25, 2022
1 parent 06fdecf commit 038768f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osmflatc/src/main.rs
Expand Up @@ -213,6 +213,7 @@ fn resolve_ways(
(result, stats)
}

#[allow(clippy::too_many_arguments)]
fn serialize_ways(
block: &osmpbf::PrimitiveBlock,
nodes_id_to_idx: &[Option<u64>],
Expand Down

0 comments on commit 038768f

Please sign in to comment.