Skip to content

Commit

Permalink
std.DynamicBitSet: remove wrong and useless comments (#21418)
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ authored Sep 20, 2024
1 parent 72fc164 commit 8b82a0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/std/bit_set.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1043,10 +1043,7 @@ pub const DynamicBitSet = struct {
/// The integer type used to shift a mask in this bit set
pub const ShiftInt = std.math.Log2Int(MaskInt);

/// The allocator used by this bit set
allocator: Allocator,

/// The number of valid items in this bit set
unmanaged: DynamicBitSetUnmanaged = .{},

/// Creates a bit set with no elements present.
Expand Down

0 comments on commit 8b82a0e

Please sign in to comment.