Skip to content

Commit 161a36f

Browse files
committed
nits
1 parent 0b94344 commit 161a36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serialize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ impl EGraph {
130130
// Note that this is only for e-classes, primitives have e-classes equal to their node ID
131131
// This is for when we need to find what node ID to use for an edge to an e-class, we can rotate them evenly
132132
// amoung all possible options.
133-
let mut node_ids: NodeIDs = all_calls.iter().fold(
133+
let node_ids: NodeIDs = all_calls.iter().fold(
134134
HashMap::default(),
135135
|mut acc, (func, _input, _output, class_id, node_id)| {
136136
if func.schema.output.is_eq_sort() {

0 commit comments

Comments
 (0)