Skip to content

Commit

Permalink
#[allow(clippy::assign_op_pattern)]
Browse files Browse the repository at this point in the history
  • Loading branch information
metasim committed May 17, 2023
1 parent a70f60f commit a00b03a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dataset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ pub struct Dataset {

// These are skipped by bindgen and manually updated.
#[cfg(major_ge_2)]
#[allow(clippy::assign_op_pattern)]
bitflags! {
/// GDal extended open flags used by [`Dataset::open_ex`].
///
Expand Down

0 comments on commit a00b03a

Please sign in to comment.