Skip to content

Commit eebccff

Browse files
gretchenfrageRalith
authored andcommitted
quinn: Fix missing re-exports
1 parent 7944e0f commit eebccff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: quinn/src/lib.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ mod work_limiter;
6363

6464
pub use proto::{
6565
congestion, crypto, AckFrequencyConfig, ApplicationClose, Chunk, ClientConfig, ClosedStream,
66-
ConfigError, ConnectError, ConnectionClose, ConnectionError, ConnectionStats, EndpointConfig,
67-
IdleTimeout, MtuDiscoveryConfig, ServerConfig, StreamId, Transmit, TransportConfig, VarInt,
66+
ConfigError, ConnectError, ConnectionClose, ConnectionError, ConnectionId,
67+
ConnectionIdGenerator, ConnectionStats, Dir, EcnCodepoint, EndpointConfig, FrameStats,
68+
FrameType, IdleTimeout, MtuDiscoveryConfig, PathStats, ServerConfig, Side, StreamId, Transmit,
69+
TransportConfig, TransportErrorCode, UdpStats, VarInt, VarIntBoundsExceeded, Written,
6870
};
6971
#[cfg(any(feature = "rustls-aws-lc-rs", feature = "rustls-ring"))]
7072
pub use rustls;

0 commit comments

Comments
 (0)