Skip to content

Commit

Permalink
Merge branch 'main' into flub/confusing-ports
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed Feb 28, 2025
2 parents 4585159 + 2a49265 commit 07dfb61
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 178 deletions.
2 changes: 0 additions & 2 deletions iroh-net-report/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ use tracing::{debug, error, info_span, trace, warn, Instrument};
mod defaults;
#[cfg(not(wasm_browser))]
mod dns;
#[cfg(not(wasm_browser))]
mod ip_mapped_addrs;
mod metrics;
#[cfg(not(wasm_browser))]
Expand Down Expand Up @@ -65,7 +64,6 @@ pub mod portmapper {
}
}

#[cfg(not(wasm_browser))]
pub use ip_mapped_addrs::{IpMappedAddr, IpMappedAddrError, IpMappedAddresses};
pub use metrics::Metrics;
pub use options::Options;
Expand Down
Loading

0 comments on commit 07dfb61

Please sign in to comment.