puffin-cli: fix botched merge (#785)

This fixes a compilation error with tests on current `main`. I didn't
track down the exact provenance, but I'd guess it's the result of a
botched merge. (i.e., Two or more PRs that pass CI independently, but
when merged cause failures.)
This commit is contained in:
Andrew Gallant 2024-01-04 12:03:45 -05:00 committed by GitHub
parent c6bdc43f37
commit 1cc3250e76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -450,7 +450,7 @@ fn install_editable() -> Result<()> {
let filters = iter::once((workspace_dir.to_str().unwrap(), "[WORKSPACE_DIR]"))
.chain(INSTA_FILTERS.to_vec())
.collect();
.collect::<Vec<_>>();
// Install the editable package.
insta::with_settings!({