diff options
| author | mat <git@matdoes.dev> | 2025-04-17 11:47:24 -0900 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-04-17 11:47:24 -0900 |
| commit | 1989f4ec979c138f8f466ccebadca335eb2917d6 (patch) | |
| tree | d0c5bfdbcf233e9fda014be8a7d2ee0a90200bae | |
| parent | 2aa046c4b50a0de850eb567cd8bced03e8f99bd6 (diff) | |
| download | azalea-drasl-1989f4ec979c138f8f466ccebadca335eb2917d6.tar.xz | |
remove unused import
| -rw-r--r-- | azalea-block/src/block_state.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-block/src/block_state.rs b/azalea-block/src/block_state.rs index 36a01863..9dd2e741 100644 --- a/azalea-block/src/block_state.rs +++ b/azalea-block/src/block_state.rs @@ -1,6 +1,5 @@ use std::{ fmt::{self, Debug}, - hint::assert_unchecked, io::{self, Cursor, Write}, }; |
