We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8eca1 commit 49751ebCopy full SHA for 49751eb
src/decoder.rs
@@ -43,6 +43,13 @@ quick_error! {
43
display("Invalid Chunk header: {err:x?}")
44
}
45
46
+ #[allow(deprecated)]
47
+ #[deprecated]
48
+ /// Some bits were invalid
49
+ ReservedBitSet {
50
+ display("Reserved bits set")
51
+ }
52
+
53
/// The ALPH chunk preprocessing info flag was invalid
54
InvalidAlphaPreprocessing {
55
display("Alpha chunk preprocessing flag invalid")
0 commit comments