Skip to content

Commit

Permalink
remove readded reexports rerere as agreed with @dignifiedquire and @flub
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian committed Oct 29, 2024
1 parent 682c18d commit a64f8bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions iroh-net/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,6 @@ pub(crate) mod util;

pub use endpoint::{AddrInfo, Endpoint, NodeAddr};
pub use iroh_base::{key, key::NodeId};
// TODO(@divma): re-evaluate this re-export
pub use netwatch as net;
// TODO(@divma): re-evaluate this re-export
pub use portmapper;

#[cfg(any(test, feature = "test-utils"))]
#[cfg_attr(iroh_docsrs, doc(cfg(any(test, feature = "test-utils"))))]
Expand Down

0 comments on commit a64f8bc

Please sign in to comment.