diff options
| author | mat <github@matdoes.dev> | 2022-12-08 18:39:35 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-12-08 18:39:35 -0600 |
| commit | 70e2dfed16da8d5130460ea15b47701e622f4a9f (patch) | |
| tree | 41f670baf3a05ed180880ec2a11d8e5f6a1a1599 /azalea-core/src/bitset.rs | |
| parent | f2076daba5cfcce81399b075ba9258fbdc2012fa (diff) | |
| download | azalea-drasl-70e2dfed16da8d5130460ea15b47701e622f4a9f.tar.xz | |
wrap_comments = true
Diffstat (limited to 'azalea-core/src/bitset.rs')
| -rwxr-xr-x | azalea-core/src/bitset.rs | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |
