From aa1f2a55e047f528dcb78509b025548696e42543 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 21 Oct 2022 20:26:49 -0500 Subject: work around rustc compilation error --- azalea-core/src/position.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-core/src') diff --git a/azalea-core/src/position.rs b/azalea-core/src/position.rs index 83472b61..85ffc774 100644 --- a/azalea-core/src/position.rs +++ b/azalea-core/src/position.rs @@ -156,7 +156,7 @@ impl ChunkBlockPos { } } /// The coordinates of a block inside a chunk section. -#[derive(Clone, Copy, Debug, Default)] +#[derive(Clone, Debug, Default)] pub struct ChunkSectionBlockPos { /// A number between 0 and 16. pub x: u8, -- cgit v1.2.3