Skip to content

Commit 324eb68

Browse files
committed
Mark ImageDataCompletionStatus as pub(crate)
1 parent 6016c9b commit 324eb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decoder/read_decoder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ impl<R: Read> ReadDecoder<R> {
173173
}
174174

175175
#[derive(Debug, Eq, PartialEq)]
176-
pub enum ImageDataCompletionStatus {
176+
pub(crate) enum ImageDataCompletionStatus {
177177
ExpectingMoreData,
178178
Done,
179179
}

0 commit comments

Comments
 (0)