Skip to content

Commit

Permalink
Ignore clippy warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Jan 14, 2024
1 parent a6a2b78 commit 1d22965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ pub enum FullScaleRange {
Within0_256V,
}

#[allow(clippy::derivable_impls)]
impl Default for FullScaleRange {
fn default() -> Self {
FullScaleRange::Within2_048V
Expand Down

0 comments on commit 1d22965

Please sign in to comment.