mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Fix a typo and touch up documentation
This commit is contained in:
parent
fd4f492125
commit
a9eec5cbb5
@ -13,9 +13,9 @@ cargo-metadata --- Machine-readable metadata about the current package
|
||||
Output JSON to stdout containing information about the workspace members and
|
||||
resolved dependencies of the current package.
|
||||
|
||||
The format of the output is subject to change in futures versions of Cargo. It
|
||||
The output format is subject to change in future versions of Cargo. It
|
||||
is recommended to include the `--format-version` flag to future-proof your code
|
||||
to ensure the output is in the format you are expecting. For more on the
|
||||
and ensure the output is in the format you are expecting. For more on the
|
||||
expectations, see ["Compatibility"](#compatibility).
|
||||
|
||||
See the [cargo_metadata crate](https://crates.io/crates/cargo_metadata)
|
||||
|
@ -10,10 +10,10 @@ DESCRIPTION
|
||||
Output JSON to stdout containing information about the workspace members
|
||||
and resolved dependencies of the current package.
|
||||
|
||||
The format of the output is subject to change in futures versions of
|
||||
Cargo. It is recommended to include the --format-version flag to
|
||||
future-proof your code to ensure the output is in the format you are
|
||||
expecting. For more on the expectations, see “Compatibility”.
|
||||
The output format is subject to change in future versions of Cargo. It
|
||||
is recommended to include the --format-version flag to future-proof your
|
||||
code and ensure the output is in the format you are expecting. For more
|
||||
on the expectations, see “Compatibility”.
|
||||
|
||||
See the cargo_metadata crate <https://crates.io/crates/cargo_metadata>
|
||||
for a Rust API for reading the metadata.
|
||||
|
@ -13,9 +13,9 @@ cargo-metadata --- Machine-readable metadata about the current package
|
||||
Output JSON to stdout containing information about the workspace members and
|
||||
resolved dependencies of the current package.
|
||||
|
||||
The format of the output is subject to change in futures versions of Cargo. It
|
||||
The output format is subject to change in future versions of Cargo. It
|
||||
is recommended to include the `--format-version` flag to future-proof your code
|
||||
to ensure the output is in the format you are expecting. For more on the
|
||||
and ensure the output is in the format you are expecting. For more on the
|
||||
expectations, see ["Compatibility"](#compatibility).
|
||||
|
||||
See the [cargo_metadata crate](https://crates.io/crates/cargo_metadata)
|
||||
|
@ -11,9 +11,9 @@ cargo\-metadata \[em] Machine\-readable metadata about the current package
|
||||
Output JSON to stdout containing information about the workspace members and
|
||||
resolved dependencies of the current package.
|
||||
.sp
|
||||
The format of the output is subject to change in futures versions of Cargo. It
|
||||
The output format is subject to change in future versions of Cargo. It
|
||||
is recommended to include the \fB\-\-format\-version\fR flag to future\-proof your code
|
||||
to ensure the output is in the format you are expecting. For more on the
|
||||
and ensure the output is in the format you are expecting. For more on the
|
||||
expectations, see \[lq]Compatibility\[rq]\&.
|
||||
.sp
|
||||
See the \fIcargo_metadata crate\fR <https://crates.io/crates/cargo_metadata>
|
||||
|
Loading…
x
Reference in New Issue
Block a user