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
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ pub struct Element {
|
|||
pub constraints: Signal<BTreeSet<ConstraintKey>>,
|
||||
|
||||
// a serial number, assigned by `Element::new`, that uniquely identifies
|
||||
// each element (until `NEXT_ELEMENT_SERIAL` wraps around)
|
||||
// each element
|
||||
pub serial: u64,
|
||||
|
||||
// the configuration matrix column index that was assigned to this element
|
||||
|
|
Loading…
Add table
Reference in a new issue