diff options
| author | mat <git@matdoes.dev> | 2025-09-28 01:44:37 -0430 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-09-28 01:44:37 -0430 |
| commit | 1184e66d056450f1cca300adeab8219d94bc6a72 (patch) | |
| tree | c5be3bcd8652052fb39b5657169c0736a13a2437 /azalea-client/src/client.rs | |
| parent | 5ed0c5d635b1c28721b3c32f1d6ce04a30934992 (diff) | |
| download | azalea-drasl-1184e66d056450f1cca300adeab8219d94bc6a72.tar.xz | |
split version in changelog
Diffstat (limited to 'azalea-client/src/client.rs')
| -rw-r--r-- | azalea-client/src/client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index 2ec25dcc..368419c9 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -43,7 +43,7 @@ use tokio::{ }, time, }; -use tracing::{error, info, warn}; +use tracing::{info, warn}; use uuid::Uuid; use crate::{ |
