From c652bbc6091212811133466914e7ef39e61a7b21 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 21 Jan 2023 22:25:22 -0600 Subject: clippy --- azalea-auth/src/auth.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'azalea-auth/src') diff --git a/azalea-auth/src/auth.rs b/azalea-auth/src/auth.rs index e668a947..bb72c8c4 100755 --- a/azalea-auth/src/auth.rs +++ b/azalea-auth/src/auth.rs @@ -257,8 +257,7 @@ async fn interactive_get_ms_auth_token( log::trace!("Polling to check if user has logged in..."); if let Ok(access_token_response) = client .post(format!( - "https://login.live.com/oauth20_token.srf?client_id={}", - CLIENT_ID + "https://login.live.com/oauth20_token.srf?client_id={CLIENT_ID}" )) .form(&vec![ ("client_id", CLIENT_ID), -- cgit v1.2.3