Skip to content

Commit

Permalink
Make unreachable frame::Iter pub(crate)
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Sep 20, 2023
1 parent 292b8a1 commit 95a792e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quinn-proto/src/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ impl Crypto {
}
}

pub struct Iter {
pub(crate) struct Iter {
// TODO: ditch io::Cursor after bytes 0.5
bytes: io::Cursor<Bytes>,
last_ty: Option<Type>,
Expand Down

0 comments on commit 95a792e

Please sign in to comment.