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:
Charlie Marsh 2024-10-22 10:18:16 -04:00 committed by Zanie Blue
parent 5ab860be20
commit 2e028cd3b6
8 changed files with 26 additions and 29 deletions

View file

@ -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,