This is an automated email from the ASF dual-hosted git repository.

hubcio pushed a commit to branch feat/message-bus-transports
in repository https://gitbox.apache.org/repos/asf/iggy.git

commit b53d40d1ad4f4ce15864c62b080319141b778676
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Mon Apr 27 10:49:48 2026 +0200

    docs(message_bus): demote final broken intra-doc link in connector.rs
    
    `MessageBusConfig::default` is not in connector.rs's rustdoc scope.
    Demote the stray bracketed link to a plain code span, matching the
    pattern 1b163dad2 applied to LABEL_REPLICA, LABEL_CLIENT,
    handshake_verify, and TcpTransportWriter::send_batch. Doc warning
    count on this branch falls to one (the pre-existing session_manager
    ClientTable link in core/server-ng, unchanged from master).
---
 core/message_bus/src/connector.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/message_bus/src/connector.rs 
b/core/message_bus/src/connector.rs
index a3b5a1c54..f8a786cc2 100644
--- a/core/message_bus/src/connector.rs
+++ b/core/message_bus/src/connector.rs
@@ -44,7 +44,7 @@ use tracing::{debug, info, warn};
 ///
 /// Equivalent to `MessageBusConfig::default().reconnect_period`; exposed
 /// as a named const for test / bench ergonomics. Kept in sync with the
-/// [`MessageBusConfig::default`] impl. Remove once the configs-crate
+/// `MessageBusConfig::default` impl. Remove once the configs-crate
 /// migration lands and bootstrap always reads the period from
 /// `ServerConfig`.
 pub const DEFAULT_RECONNECT_PERIOD: Duration = Duration::from_secs(5);

Reply via email to