Skip to content

Commit ca7e04f

Browse files
committed
edit: Length to Len in benchmark
1 parent 25004a1 commit ca7e04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/mbe/src/benchmark.rs

+1-1
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)