Skip to content

Commit 4769f56

Browse files
committed
refer to the code
1 parent 7508454 commit 4769f56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wip/stacked-borrows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ type CallId = nat;
6666
/// Extra global state: the next `Timestamp`, as well as the next `CallId`.
6767
/// Both are just monotonically increasing counters, ensuring they are unique
6868
/// (for `CallId`) and properly ordered (for `Timestamp`).
69+
/// Also see the code for `increment_clock` and `new_call` below.
6970
pub struct Tracking {
7071
clock: Timestamp,
7172
next_call: CallId,

0 commit comments

Comments
 (0)