Skip to content

Commit

Permalink
fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Oct 10, 2024
1 parent b97e9a5 commit dc5418e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/store/re_types/src/datatypes/pixel_format_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ impl PixelFormat {
/// The color model derived from this pixel format.
#[inline]
pub fn color_model(&self) -> ColorModel {
#[allow(clippy::match_same_arms)]
match self {
Self::Y_U_V12_FullRange
| Self::Y_U_V16_FullRange
Expand Down

0 comments on commit dc5418e

Please sign in to comment.