Skip to content

Commit

Permalink
remove clippy allow
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Dec 10, 2024
1 parent 0bb8d3b commit 4788d86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/geoarrow/src/datatypes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,6 @@ fn parse_multi_polygon(field: &Field) -> Result<NativeType> {
}
}

#[allow(dead_code)]
fn parse_mixed(field: &Field) -> Result<NativeType> {
match field.data_type() {
DataType::Union(fields, _) => {
Expand Down

0 comments on commit 4788d86

Please sign in to comment.