Skip to content

Commit

Permalink
chore(meta): Remove unnecessary quic module (#3139)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger authored Nov 18, 2022
1 parent 0c85839 commit 8678dc7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,8 @@ pub use libp2p_plaintext as plaintext;
pub use libp2p_pnet as pnet;
#[cfg(feature = "quic")]
#[cfg(not(any(target_os = "emscripten", target_os = "wasi", target_os = "unknown")))]
pub mod quic {
#[doc(inline)]
pub use libp2p_quic::*;
}
#[doc(inline)]
pub use libp2p_quic as quic;
#[cfg(feature = "relay")]
#[doc(inline)]
pub use libp2p_relay as relay;
Expand Down

0 comments on commit 8678dc7

Please sign in to comment.