Skip to content

Commit

Permalink
Revert hiding Provider trait
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Jul 28, 2023
1 parent cfd147e commit a92954a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transports/quic/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ pub use connection::{Connecting, Connection, Stream};
pub use provider::async_std;
#[cfg(feature = "tokio")]
pub use provider::tokio;
pub use provider::Provider;
pub use transport::GenTransport;

/// Errors that may happen on the [`GenTransport`] or a single [`Connection`].
Expand Down

0 comments on commit a92954a

Please sign in to comment.