Skip to content

Commit

Permalink
Hide ChunkState
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Oct 20, 2023
1 parent d5c1705 commit d3bc63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ where
}

#[derive(Clone, Copy, PartialEq, Eq)]
pub enum ChunkState {
enum ChunkState {
NoChunk,
NotEmpty(u32),
Empty,
Expand Down

0 comments on commit d3bc63e

Please sign in to comment.