From a6c5017e387954342a65358347cf89deead68944 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 30 Aug 2022 19:56:14 +0000 Subject: clippy --- bot/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src') diff --git a/bot/src/main.rs b/bot/src/main.rs index bad00b57..0b49f30b 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -15,7 +15,7 @@ async fn main() -> Result<(), Box> { // println!("{}", response.description.to_ansi(None)); let account = Account::offline("bot"); - let (mut client, mut rx) = account.join(&address.try_into().unwrap()).await.unwrap(); + let (client, mut rx) = account.join(&address.try_into().unwrap()).await.unwrap(); println!("connected"); while let Some(e) = &rx.recv().await { -- cgit v1.2.3