From 5f33a4989bc7ed101b5bc12fec9d1d6121171944 Mon Sep 17 00:00:00 2001 From: Andrew Champion Date: Tue, 10 Dec 2019 17:38:32 +0000 Subject: [PATCH] Squash to 1f1b1c8: line noise --- src/buffer.rs | 1 - src/color.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/buffer.rs b/src/buffer.rs index caed5a3f10..98330a8e76 100644 --- a/src/buffer.rs +++ b/src/buffer.rs @@ -11,7 +11,6 @@ use image::{GenericImage, GenericImageView, ImageFormat, ImageResult}; use traits::{EncodableLayout, Primitive}; use utils::expand_packed; - /// A generalized pixel. /// /// A pixel object is usually not used standalone but as a view into an image buffer. diff --git a/src/color.rs b/src/color.rs index 54cbec83cb..dfe2030762 100644 --- a/src/color.rs +++ b/src/color.rs @@ -134,7 +134,6 @@ impl ExtendedColorType { ExtendedColorType::Rgba16 | ExtendedColorType::Bgra8 => 4, ExtendedColorType::__Nonexhaustive => unreachable!(), - } } }