From 02a9d79044bcda69b43fe00bd268e163ad9e257a Mon Sep 17 00:00:00 2001 From: lukas0008 Date: Wed, 14 Aug 2024 00:00:58 +0200 Subject: [PATCH] Fix: remove test feature --- pumpkin-protocol/src/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/pumpkin-protocol/src/lib.rs b/pumpkin-protocol/src/lib.rs index 24a58c16..412aa8eb 100644 --- a/pumpkin-protocol/src/lib.rs +++ b/pumpkin-protocol/src/lib.rs @@ -1,6 +1,3 @@ -#![feature(test)] -extern crate test; - use bytebuf::{packet_id::Packet, ByteBuffer, DeserializerError}; use bytes::Buf; use serde::{Deserialize, Serialize, Serializer};