mirror of
https://github.com/ziglang/zig.git
synced 2025-02-18 02:20:17 +00:00
std.DynamicBitSet: remove wrong and useless comments (#21418)
This commit is contained in:
parent
72fc164178
commit
8b82a0e0fc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user