mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
edit: Length to Len in benchmark
This commit is contained in:
parent
df63300092
commit
bcf4221ab3
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ fn invocation_fixtures(
|
||||||
|
|
||||||
token_trees.push(subtree.into());
|
token_trees.push(subtree.into());
|
||||||
}
|
}
|
||||||
Op::Ignore { .. } | Op::Index { .. } | Op::Count { .. } | Op::Length { .. } => {}
|
Op::Ignore { .. } | Op::Index { .. } | Op::Count { .. } | Op::Len { .. } => {}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Simple linear congruential generator for deterministic result
|
// Simple linear congruential generator for deterministic result
|
||||||
|
|
Loading…
Reference in a new issue