We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25004a1 commit ca7e04fCopy full SHA for ca7e04f
src/tools/rust-analyzer/crates/mbe/src/benchmark.rs
@@ -215,7 +215,7 @@ fn invocation_fixtures(
215
216
token_trees.push(subtree.into());
217
}
218
- Op::Ignore { .. } | Op::Index { .. } | Op::Count { .. } | Op::Length { .. } => {}
+ Op::Ignore { .. } | Op::Index { .. } | Op::Count { .. } | Op::Len { .. } => {}
219
};
220
221
// Simple linear congruential generator for deterministic result
0 commit comments