From 34f53baf85fb5c7163ec5d71a8ab9d45d3f271b6 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 22 Feb 2025 23:01:54 +0000 Subject: update to rust edition 2024 --- azalea/src/auto_tool.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'azalea/src/auto_tool.rs') diff --git a/azalea/src/auto_tool.rs b/azalea/src/auto_tool.rs index 9aea23d7..81fe3131 100644 --- a/azalea/src/auto_tool.rs +++ b/azalea/src/auto_tool.rs @@ -1,7 +1,7 @@ -use azalea_block::{fluid_state::FluidKind, Block, BlockState}; -use azalea_client::{inventory::Inventory, Client}; +use azalea_block::{Block, BlockState, fluid_state::FluidKind}; +use azalea_client::{Client, inventory::Inventory}; use azalea_entity::{FluidOnEyes, Physics}; -use azalea_inventory::{components, ItemStack, Menu}; +use azalea_inventory::{ItemStack, Menu, components}; #[derive(Debug)] pub struct BestToolResult { -- cgit v1.2.3