From adaafdd7043507cbceae65e78c38954e47103b5c Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 11 May 2020 11:33:45 -0400 Subject: Fix some clippy lints --- src/color/source.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/color') diff --git a/src/color/source.rs b/src/color/source.rs index 00a6326..5cc9631 100644 --- a/src/color/source.rs +++ b/src/color/source.rs @@ -55,7 +55,7 @@ impl From for ImageColors { fn from(image: RgbImage) -> Self { Self { dims: [image.width() as usize, image.height() as usize], - image: image, + image, } } } -- cgit v1.2.3