Remove caveat about NEXT_ELEMENT_SERIAL
wrapping
Commit 133b725
should make it impossible for the serial numbers to wrap.
This commit is contained in:
parent
133b725053
commit
a5fd6545e0
@ -29,7 +29,7 @@ pub struct Element {
|
|||||||
pub constraints: Signal<BTreeSet<ConstraintKey>>,
|
pub constraints: Signal<BTreeSet<ConstraintKey>>,
|
||||||
|
|
||||||
// a serial number, assigned by `Element::new`, that uniquely identifies
|
// a serial number, assigned by `Element::new`, that uniquely identifies
|
||||||
// each element (until `NEXT_ELEMENT_SERIAL` wraps around)
|
// each element
|
||||||
pub serial: u64,
|
pub serial: u64,
|
||||||
|
|
||||||
// the configuration matrix column index that was assigned to this element
|
// the configuration matrix column index that was assigned to this element
|
||||||
|
Loading…
Reference in New Issue
Block a user