Skip to content

Commit 299d985

Browse files
committed
fix: doclink
1 parent d4e8c12 commit 299d985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iroh/src/magicsock/remote_map/remote_state/remote_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ impl RemoteInfo {
3232
self.addrs.into_iter()
3333
}
3434

35-
/// Returns a [`EndpointAddr`] that includes all addresses that are not [`AddrUsage::Unusable`].
35+
/// Returns a [`EndpointAddr`] that includes all addresses that are not [`TransportAddrUsage::Unusable`].
3636
pub fn into_endpoint_addr(self) -> EndpointAddr {
3737
let addrs = self
3838
.addrs

0 commit comments

Comments
 (0)