1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

fix unlinked link in comment

This commit is contained in:
mat 2024-12-21 03:09:40 +00:00
parent 641b99c7af
commit 478fe722f5

View file

@ -130,7 +130,7 @@ impl From<Vec<u8>> for BitSet {
/// use it like `FixedBitSet<{ 20_usize.div_ceil(8) }>` if you need 20 bits. /// 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: /// TODO: this should be changed back to bits once this is resolved:
/// https://github.com/rust-lang/rust/issues/133199#issuecomment-2531645526 /// <https://github.com/rust-lang/rust/issues/133199#issuecomment-2531645526>
/// ///
/// Note that this is primarily meant for fast serialization and deserialization /// 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 /// for Minecraft, if you don't need that you should use the `fixedbitset` crate