Skip to content

Commit a44fe0a

Browse files
committed
edit: Length to Len in benchmakrs
1 parent df63300 commit a44fe0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/mbe/src/benchmark.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ fn invocation_fixtures(
215215

216216
token_trees.push(subtree.into());
217217
}
218-
Op::Ignore { .. } | Op::Index { .. } | Op::Count { .. } | Op::Length { .. } => {}
218+
Op::Ignore { .. } | Op::Index { .. } | Op::Count { .. } | Op::Len { .. } => {}
219219
};
220220

221221
// Simple linear congruential generator for deterministic result

0 commit comments

Comments
 (0)