mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
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:
parent
c6bdc43f37
commit
1cc3250e76
1 changed files with 1 additions and 1 deletions
|
@ -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!({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue