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-block/src/range.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-block/src') diff --git a/azalea-block/src/range.rs b/azalea-block/src/range.rs index 7182bb65..18e74c88 100644 --- a/azalea-block/src/range.rs +++ b/azalea-block/src/range.rs @@ -1,9 +1,9 @@ use std::{ - collections::{hash_set, HashSet}, + collections::{HashSet, hash_set}, ops::{Add, RangeInclusive}, }; -use crate::{block_state::BlockStateIntegerRepr, BlockState}; +use crate::{BlockState, block_state::BlockStateIntegerRepr}; #[derive(Debug, Clone)] pub struct BlockStates { -- cgit v1.2.3