Skip to content

Commit

Permalink
Feature flag map module
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Sep 3, 2023
1 parent ce43526 commit c6d580c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libp2p/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ use std::io;
use std::marker::PhantomData;
use std::sync::Arc;

use crate::TransportExt;
use crate::bandwidth::BandwidthSinks;
use crate::TransportExt;
use map::Map as MapUpgrade;

#[cfg(not(target_arch = "wasm32"))]
mod map;

/// Build a [`Swarm`] by combining an identity, a set of [`Transport`]s and a [`NetworkBehaviour`].
Expand Down

0 comments on commit c6d580c

Please sign in to comment.