diff options
| author | mat <github@matdoes.dev> | 2023-01-21 22:25:22 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-01-21 22:25:22 -0600 |
| commit | c652bbc6091212811133466914e7ef39e61a7b21 (patch) | |
| tree | c2eef8d242e07054af9ae9df6f8af7a6a3e630f2 | |
| parent | 9ee5e71bb13e596248fde000d8717c86276b0ce1 (diff) | |
| download | azalea-drasl-c652bbc6091212811133466914e7ef39e61a7b21.tar.xz | |
clippy
| -rwxr-xr-x | azalea-auth/src/auth.rs | 3 | ||||
| -rwxr-xr-x | azalea-brigadier/src/exceptions/builtin_exceptions.rs | 9 | ||||
| -rw-r--r-- | azalea-buf/azalea-buf-macros/src/read.rs | 2 | ||||
| -rw-r--r-- | azalea-buf/azalea-buf-macros/src/write.rs | 2 | ||||
| -rwxr-xr-x | azalea-client/src/chat.rs | 3 | ||||
| -rwxr-xr-x | azalea-core/src/bitset.rs | 4 | ||||
| -rwxr-xr-x | azalea-world/src/bit_storage.rs | 3 | ||||
| -rw-r--r-- | azalea/src/pathfinder/mod.rs | 2 | ||||
| -rw-r--r-- | bot/src/main.rs | 8 |
9 files changed, 14 insertions, 22 deletions
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