mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-24 05:17:05 +00:00
Rewrite some references to "optional groups" (#8454)
## Summary We generally want to avoid references to "optional groups" now that dependency groups are a first-class, standardized concept.
This commit is contained in:
parent
5ab860be20
commit
2e028cd3b6
8 changed files with 26 additions and 29 deletions
|
|
@ -3884,7 +3884,7 @@ enum LockErrorKind {
|
|||
/// The ID of the package for which a duplicate dependency was
|
||||
/// found.
|
||||
id: PackageId,
|
||||
/// The name of the optional dependency group.
|
||||
/// The name of the extra.
|
||||
extra: ExtraName,
|
||||
/// The ID of the conflicting dependency.
|
||||
dependency: Dependency,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue