From b5107c77d81b865cc151173bfa868434877b31b3 Mon Sep 17 00:00:00 2001 From: Karolin Varner Date: Sun, 3 Aug 2025 17:34:47 +0200 Subject: [PATCH] chore(rp): Docs fix --- rp/src/exchange.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp/src/exchange.rs b/rp/src/exchange.rs index a9719cf..fa5a4b2 100644 --- a/rp/src/exchange.rs +++ b/rp/src/exchange.rs @@ -90,7 +90,7 @@ pub struct ExchangeOptions { pub dev: Option, /// The IP-address rosenpass should run under. pub ip: Option, - /// The IP-address and port that the rosenpass [AppServer](rosenpass::app_server::AppServer) + /// The IP-address and port that the rosenpass [AppServer] /// should use. pub listen: Option, /// Other peers a connection should be initialized to