mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
Remove unused installed
field from Plan
(#3566)
This commit is contained in:
parent
b263fcff9c
commit
66eea7a5fb
5 changed files with 0 additions and 12 deletions
|
@ -195,7 +195,6 @@ impl<'a> BuildContext for BuildDispatch<'a> {
|
|||
let Plan {
|
||||
cached,
|
||||
remote,
|
||||
installed: _,
|
||||
reinstalls,
|
||||
extraneous: _,
|
||||
} = Planner::with_requirements(&resolution.requirements()).build(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue