From 478fe722f58137634525dc4ae1a8a9bdc9cc32fa Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 21 Dec 2024 03:09:40 +0000 Subject: fix unlinked link in comment --- 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 ac698fbc..76b04885 100755 --- a/azalea-core/src/bitset.rs +++ b/azalea-core/src/bitset.rs @@ -130,7 +130,7 @@ impl From> for BitSet { /// use it like `FixedBitSet<{ 20_usize.div_ceil(8) }>` if you need 20 bits. /// /// TODO: this should be changed back to bits once this is resolved: -/// https://github.com/rust-lang/rust/issues/133199#issuecomment-2531645526 +/// /// /// Note that this is primarily meant for fast serialization and deserialization /// for Minecraft, if you don't need that you should use the `fixedbitset` crate -- cgit v1.2.3