From b4f75eb40fe0fa221182cd9e509615373fdaca88 Mon Sep 17 00:00:00 2001 From: torfmaster Date: Sun, 1 Sep 2024 22:53:34 +0200 Subject: [PATCH] fix: unrelated clippy failure --- src/imageops/colorops.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/imageops/colorops.rs b/src/imageops/colorops.rs index 0c746db109..765e6e247b 100644 --- a/src/imageops/colorops.rs +++ b/src/imageops/colorops.rs @@ -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)