From 978880b756aa052226f77c21e8e9de9b40070152 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 25 Jun 2022 16:40:12 -0500 Subject: Fix warnings --- azalea-entity/src/data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-entity') diff --git a/azalea-entity/src/data.rs b/azalea-entity/src/data.rs index f8468ecf..c9083893 100644 --- a/azalea-entity/src/data.rs +++ b/azalea-entity/src/data.rs @@ -116,7 +116,7 @@ impl McBufReadable for EntityDataValue { } impl McBufWritable for EntityDataValue { - fn write_into(&self, buf: &mut impl Write) -> Result<(), std::io::Error> { + fn write_into(&self, _buf: &mut impl Write) -> Result<(), std::io::Error> { todo!(); } } -- cgit v1.2.3