From 2803e9ef0d785538a23adceba44d45b162629979 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 26 Oct 2023 22:26:07 -0500 Subject: remove some more #![feature]s --- azalea-core/src/bitset.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-core/src') diff --git a/azalea-core/src/bitset.rs b/azalea-core/src/bitset.rs index 52a34154..0be04a57 100755 --- a/azalea-core/src/bitset.rs +++ b/azalea-core/src/bitset.rs @@ -127,7 +127,7 @@ impl From> for BitSet { /// A list of bits with a known fixed size. /// /// Note that this is primarily meant for fast serialization and deserialization -/// Minecraft, if you don't need that you should use the `fixedbitset` crate +/// for Minecraft, if you don't need that you should use the `fixedbitset` crate /// since it's approximately 20% faster (since it stores the data as usizes /// instead of u8s) #[derive(Debug, Clone, PartialEq, Eq, Hash)] -- cgit v1.2.3