Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Mar 15, 2024
1 parent 51e64a8 commit 4e7d9c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ fn luminance_to_perceived_lightness(luminance: f64) -> u8 {
}

#[cfg(test)]
#[allow(clippy::unwrap_used)]
mod tests {
use super::*;

Expand Down

0 comments on commit 4e7d9c3

Please sign in to comment.