aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf/src/read.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-buf/src/read.rs')
-rw-r--r--azalea-buf/src/read.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-buf/src/read.rs b/azalea-buf/src/read.rs
index a906c8c1..7cea9695 100644
--- a/azalea-buf/src/read.rs
+++ b/azalea-buf/src/read.rs
@@ -13,7 +13,7 @@ use tracing::warn;
use super::{MAX_STRING_LENGTH, UnsizedByteArray};
-#[derive(Error, Debug)]
+#[derive(Debug, Error)]
pub enum BufReadError {
#[error("Invalid VarInt")]
InvalidVarInt,