diff options
| author | mat <git@matdoes.dev> | 2025-02-22 23:01:54 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-02-22 23:01:54 +0000 |
| commit | 34f53baf85fb5c7163ec5d71a8ab9d45d3f271b6 (patch) | |
| tree | 7920fec1203e8e96463a142f5f6da6164e76e684 /azalea/src/auto_tool.rs | |
| parent | bdd2fc91e11e2896d8e1c7046df247e1075bd40d (diff) | |
| download | azalea-drasl-34f53baf85fb5c7163ec5d71a8ab9d45d3f271b6.tar.xz | |
update to rust edition 2024
Diffstat (limited to 'azalea/src/auto_tool.rs')
| -rw-r--r-- | azalea/src/auto_tool.rs | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |
