mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
edit: Length to Len in benchmark
This commit is contained in:
parent
df63300092
commit
bcf4221ab3
@ -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…
x
Reference in New Issue
Block a user