From a64f8bcf8c2e4435b13f9113141364ea25581d45 Mon Sep 17 00:00:00 2001 From: Diva M Date: Tue, 29 Oct 2024 10:03:26 -0500 Subject: [PATCH] remove readded reexports rerere as agreed with @dignifiedquire and @flub --- iroh-net/src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/iroh-net/src/lib.rs b/iroh-net/src/lib.rs index 9764e04f6e..bda876ccad 100644 --- a/iroh-net/src/lib.rs +++ b/iroh-net/src/lib.rs @@ -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"))))]