We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ee4d6 commit 22d1305Copy full SHA for 22d1305
src/rpc/auth.rs
@@ -96,7 +96,7 @@ impl AuthClient {
96
97
/// Sends an authenticate request.
98
/// Note that this does not set or update client-side authentication settings.
99
- /// Call [`set_client_auth`] to set or update client-side authentication.
+ /// Call [`set_client_auth`][`Self::set_client_auth`] to set or update client-side authentication.
100
#[inline]
101
pub async fn authenticate(
102
&mut self,
0 commit comments