Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jdroenner committed Aug 4, 2021
1 parent 4b90091 commit cc12a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ impl Dataset {

let dialect_ptr = match dialect_c_str {
None => std::ptr::null(),
Some(ref d) => d.as_ptr(),
Some(d) => d.as_ptr(),
};

if let Some(spatial_filter) = spatial_filter {
Expand Down

0 comments on commit cc12a69

Please sign in to comment.