Skip to content

Commit

Permalink
Mark ImageDataCompletionStatus as pub(crate)
Browse files Browse the repository at this point in the history
  • Loading branch information
anforowicz committed Oct 30, 2024
1 parent e87c685 commit 14f8750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decoder/read_decoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl<R: Read> ReadDecoder<R> {
}

#[derive(Debug, Eq, PartialEq)]
pub enum ImageDataCompletionStatus {
pub(crate) enum ImageDataCompletionStatus {
ExpectingMoreData,
Done,
}

0 comments on commit 14f8750

Please sign in to comment.