From 978880b756aa052226f77c21e8e9de9b40070152 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 25 Jun 2022 16:40:12 -0500 Subject: Fix warnings --- 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 825025d4..948ca1d6 100644 --- a/bot/src/main.rs +++ b/bot/src/main.rs @@ -38,7 +38,7 @@ async fn main() -> Result<(), Box> { // // println!("block state: {:?}", c); // // } // } - Event::Chat(msg) => { + Event::Chat(_m) => { let new_pos = { let dimension_lock = client.dimension.lock().unwrap(); let dimension = dimension_lock.as_ref().unwrap(); -- cgit v1.2.3