Skip to content

Commit e59de6c

Browse files
committed
quash cargo doc warning
1 parent d882aa1 commit e59de6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constraints.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ pub enum Constraint {
8484
lhs: PrimVal,
8585
},
8686

87-
/// array[index] = value
87+
// array[index] = value
8888
ArrayElement {
8989
array: AbstractVariable,
9090
index: PrimVal,
9191
value: SByte,
9292
},
9393

94-
/// lhs = array.store(idx, value)
94+
// lhs = array.store(idx, value)
9595
ArrayStore {
9696
array: AbstractVariable,
9797
index: PrimVal,

0 commit comments

Comments
 (0)