Skip to content

Commit

Permalink
feat(s2n-quic-dc): Make stream::recv::error::Kind pub (#2326)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum authored Sep 19, 2024
1 parent 31d5474 commit a88ae41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dc/s2n-quic-dc/src/stream/recv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ pub mod shared;
pub mod state;
pub mod worker;

pub use error::Error;
pub use error::{Error, Kind};

0 comments on commit a88ae41

Please sign in to comment.