Skip to content

Commit

Permalink
Squash to 1f1b1c8: line noise
Browse files Browse the repository at this point in the history
  • Loading branch information
aschampion committed Dec 10, 2019
1 parent 82c742c commit 5f33a49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/buffer.rs
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion src/color.rs
Expand Up @@ -134,7 +134,6 @@ impl ExtendedColorType {
ExtendedColorType::Rgba16 |
ExtendedColorType::Bgra8 => 4,
ExtendedColorType::__Nonexhaustive => unreachable!(),

}
}
}
Expand Down

0 comments on commit 5f33a49

Please sign in to comment.