Skip to content

Commit

Permalink
lib: use quinn as re-export module as feature is explicit in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta committed Sep 23, 2023
1 parent bcc64b5 commit 84d5312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wtransport/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ pub use stream::RecvStream;
#[doc(inline)]
pub use stream::SendStream;

#[doc(inline)]
#[cfg(feature = "quinn")]
#[cfg_attr(docsrs, doc(cfg(feature = "quinn")))]
pub use quinn;

mod driver;

0 comments on commit 84d5312

Please sign in to comment.