Skip to content

Commit 6713b1a

Browse files
committed
generalize cargo's use of fully qualified
rather than providing an exhaustive list
1 parent c74fadc commit 6713b1a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/doc/src/reference/pkgid-spec.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ ambiguity, additional qualifiers can be added to make it unique. For example,
1616
if there are two versions of the `regex` package in the graph, then it can be
1717
qualified with a version to make it unique, such as `regex@1.4.3`.
1818

19-
Fully qualified package ID specifications are output by Cargo in:
20-
* [cargo pkgid](../commands/cargo-pkgid.md)
21-
* [cargo metadata](../commands/cargo-metadata.md)
22-
* [compiler artifact json messages](./external-tools.md#json-messages)
23-
* [SBOM pre-cursor files](./unstable.md#sbom)
19+
Package ID specifications output by cargo, for example in [cargo metadata](../commands/cargo-metadata.md) output, are fully qualified.
2420

2521
### Specification grammar
2622

0 commit comments

Comments
 (0)