You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix broken intra-doc links in lnc-client standalone module
Resolve two rustdoc::broken-intra-doc-links that caused cargo doc to
fail with -D warnings: qualify topic_name field reference with Self::
and ClientError path with crate:: prefix.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>