Skip to content

Commit

Permalink
The bigger clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Nov 13, 2023
1 parent 3f77f6f commit 92d3a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/puffin-resolver/tests/resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async fn resolve(
PathBuf::from("/dev/null"),
),
};
let resolver = Resolver::new(manifest, &markers, &tags, &client, &build_context);
let resolver = Resolver::new(manifest, markers, tags, &client, &build_context);
Ok(resolver.resolve().await?)
}

Expand Down

0 comments on commit 92d3a6d

Please sign in to comment.