2
0

refact rust

This commit is contained in:
2026-03-25 06:34:44 +09:00
parent 3103090c33
commit 1d8224c4bf
5 changed files with 30 additions and 29 deletions

View File

@@ -199,6 +199,7 @@ impl XrpcClient {
}
/// DPoP-authenticated request with optional proxy header
#[allow(clippy::too_many_arguments)]
async fn dpop_request_with_retry_proxy<B: Serialize, T: DeserializeOwned>(
&self,
oauth: &OAuthSession,