mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Tweak/fix metadata resolve docs.
Due to how markdown works there can't be blank lines in the embedded HTML.
This commit is contained in:
parent
2fb093b8e3
commit
b65ebc6f02
@ -199,17 +199,14 @@ The output has the following format:
|
||||
"workspace_members": [
|
||||
"my-package 0.1.0 (path+file:///path/to/my-package)",
|
||||
],
|
||||
/* The resolved dependency graph, with the concrete versions and features
|
||||
selected. The set depends on the enabled features.
|
||||
|
||||
All platform-specific dependencies are listed regardless of the current
|
||||
target.
|
||||
|
||||
This is null if --no-deps is specified.
|
||||
By default, this includes all dependencies for all target platforms.
|
||||
The `--filter-platform` flag may be used to narrow to a specific
|
||||
target triple.
|
||||
*/
|
||||
// The resolved dependency graph, with the concrete versions and features
|
||||
// selected. The set depends on the enabled features.
|
||||
//
|
||||
// This is null if --no-deps is specified.
|
||||
//
|
||||
// By default, this includes all dependencies for all target platforms.
|
||||
// The `--filter-platform` flag may be used to narrow to a specific
|
||||
// target triple.
|
||||
"resolve": {
|
||||
/* Array of nodes within the dependency graph.
|
||||
Each node is a package.
|
||||
|
@ -206,17 +206,14 @@ for a Rust API for reading the metadata.</p>
|
||||
"workspace_members": [
|
||||
"my-package 0.1.0 (path+file:///path/to/my-package)",
|
||||
],
|
||||
/* The resolved dependency graph, with the concrete versions and features
|
||||
selected. The set depends on the enabled features.
|
||||
|
||||
All platform-specific dependencies are listed regardless of the current
|
||||
target.
|
||||
|
||||
This is null if --no-deps is specified.
|
||||
By default, this includes all dependencies for all target platforms.
|
||||
The `--filter-platform` flag may be used to narrow to a specific
|
||||
target triple.
|
||||
*/
|
||||
// The resolved dependency graph, with the concrete versions and features
|
||||
// selected. The set depends on the enabled features.
|
||||
//
|
||||
// This is null if --no-deps is specified.
|
||||
//
|
||||
// By default, this includes all dependencies for all target platforms.
|
||||
// The `--filter-platform` flag may be used to narrow to a specific
|
||||
// target triple.
|
||||
"resolve": {
|
||||
/* Array of nodes within the dependency graph.
|
||||
Each node is a package.
|
||||
@ -491,4 +488,4 @@ details on environment variables that Cargo reads.</p>
|
||||
<p><a href="index.html">cargo(1)</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
@ -220,17 +220,14 @@ The output has the following format:
|
||||
"workspace_members": [
|
||||
"my\-package 0.1.0 (path+file:///path/to/my\-package)",
|
||||
],
|
||||
/* The resolved dependency graph, with the concrete versions and features
|
||||
selected. The set depends on the enabled features.
|
||||
|
||||
All platform\-specific dependencies are listed regardless of the current
|
||||
target.
|
||||
|
||||
This is null if \-\-no\-deps is specified.
|
||||
By default, this includes all dependencies for all target platforms.
|
||||
The `\-\-filter\-platform` flag may be used to narrow to a specific
|
||||
target triple.
|
||||
*/
|
||||
// The resolved dependency graph, with the concrete versions and features
|
||||
// selected. The set depends on the enabled features.
|
||||
//
|
||||
// This is null if \-\-no\-deps is specified.
|
||||
//
|
||||
// By default, this includes all dependencies for all target platforms.
|
||||
// The `\-\-filter\-platform` flag may be used to narrow to a specific
|
||||
// target triple.
|
||||
"resolve": {
|
||||
/* Array of nodes within the dependency graph.
|
||||
Each node is a package.
|
||||
|
Loading…
x
Reference in New Issue
Block a user