Skip to content

Commit

Permalink
Re-export public ParseError type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Feb 1, 2020
1 parent fbf4433 commit 0e02777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quinn/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub use streams::{
};

mod tls;
pub use tls::{Certificate, CertificateChain, PrivateKey};
pub use tls::{Certificate, CertificateChain, ParseError, PrivateKey};

#[cfg(test)]
mod tests;
Expand Down

0 comments on commit 0e02777

Please sign in to comment.