From 82139d9c0c60863ee34d52d2f6a8aeee56234251 Mon Sep 17 00:00:00 2001 From: epiphany Date: Fri, 2 Jan 2026 16:16:15 +0000 Subject: [PATCH] net/direct_session: remove `ChannelBuilder` reference and fix typo in comment --- src/net/session/direct_session.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/net/session/direct_session.rs b/src/net/session/direct_session.rs index fe5788665..d35c7ed86 100644 --- a/src/net/session/direct_session.rs +++ b/src/net/session/direct_session.rs @@ -24,10 +24,8 @@ //! do not loop continually, once stopped the session will not try to reopen //! a connection. //! -//! [`ChannelBuilder`] is used to create new direct connections. -//! //! If there is no slots in the outbound session, the direct session can -//! optionnally handle peer discovery. +//! optionally handle peer discovery. use std::{ collections::HashMap,