diff options
Diffstat (limited to 'azalea-block/src')
| -rw-r--r-- | azalea-block/src/range.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |
