Skip to content

Commit

Permalink
Allow lack of documentation on self-explanatory ExtendedColorType
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Apr 19, 2020
1 parent 2d7de9c commit 90848c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ impl ColorType {
///
/// Another purpose is to advise users of a rough estimate of the accuracy and effort of the
/// decoding from and encoding to such an image format.
#[allow(missing_docs)]
#[derive(Copy, PartialEq, Eq, Debug, Clone, Hash)]
pub enum ExtendedColorType {
L1,
Expand Down

0 comments on commit 90848c0

Please sign in to comment.