We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10e8e8 commit 9ec850dCopy full SHA for 9ec850d
1 file changed
src/EventClock.zig
@@ -80,7 +80,6 @@ epoch_snapshot: std.ArrayListUnmanaged(EpochSnapshot) = .{},
80
81
waiters: WaiterQueue,
82
83
-
84
/// Initialise in-place. Takes `*EventClock` (not returning by value)
85
/// because `TimeSource.fromIo` stores a pointer into `self.io`, making
86
/// the struct self-referential.
0 commit comments