Skip to content

Commit 7219b01

Browse files
committed
clippy
1 parent f2a0d40 commit 7219b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sway-lsp/benches/lsp_benchmarks/compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fn benchmarks(c: &mut Criterion) {
7575
.unwrap();
7676
c.bench_function("open_all_example_workspace_members", |b| {
7777
b.iter(|| {
78-
for (name, package_manifest) in &member_manifests {
78+
for package_manifest in member_manifests.values() {
7979
let engines = Engines::default();
8080
let dir = Url::from_file_path(
8181
package_manifest

0 commit comments

Comments
 (0)