Skip to content

Commit

Permalink
fix: unrelated clippy failure
Browse files Browse the repository at this point in the history
  • Loading branch information
torfmaster committed Sep 4, 2024
1 parent a3abdeb commit d672675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/imageops/colorops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ where
}

/// Hue rotate the supplied image in place.
///
/// `value` is the degrees to rotate each pixel by.
/// 0 and 360 do nothing, the rest rotates by the given degree value.
/// just like the css webkit filter hue-rotate(180)
Expand Down

0 comments on commit d672675

Please sign in to comment.