From 978880b756aa052226f77c21e8e9de9b40070152 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 25 Jun 2022 16:40:12 -0500 Subject: Fix warnings --- azalea-core/src/particle/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-core/src/particle') diff --git a/azalea-core/src/particle/mod.rs b/azalea-core/src/particle/mod.rs index 3b2e9807..46f88407 100644 --- a/azalea-core/src/particle/mod.rs +++ b/azalea-core/src/particle/mod.rs @@ -256,7 +256,7 @@ impl McBufReadable for ParticleData { } impl McBufWritable for ParticleData { - 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