From 70e2dfed16da8d5130460ea15b47701e622f4a9f Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 8 Dec 2022 18:39:35 -0600 Subject: wrap_comments = true --- azalea-core/src/bitset.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azalea-core/src/bitset.rs') diff --git a/azalea-core/src/bitset.rs b/azalea-core/src/bitset.rs index 41d43165..266bdc62 100755 --- a/azalea-core/src/bitset.rs +++ b/azalea-core/src/bitset.rs @@ -77,7 +77,8 @@ impl BitSet { } } - /// Returns the maximum potential items in the BitSet. This will be divisible by 64. + /// Returns the maximum potential items in the BitSet. This will be + /// divisible by 64. fn len(&self) -> usize { self.data.len() * 64 } -- cgit v1.2.3