File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ See the [the reference](../reference/profiles.html) for more details on profiles
7474{{#option "` --crate-type ` _ crate-type_ "}}
7575Build for the given crate type. This flag accepts a comma-separated list of
76761 or more crate types, of which the allowed values are the same as ` crate-type `
77- field in the manifest for configurating a Cargo target. See
77+ field in the manifest for configuring a Cargo target. See
7878[ ` crate-type ` field] ( ../reference/cargo-targets.html#the-crate-type-field )
7979for possible values.
8080
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ OPTIONS
196196 --crate-type crate-type
197197 Build for the given crate type. This flag accepts a comma-separated
198198 list of 1 or more crate types, of which the allowed values are the
199- same as crate-type field in the manifest for configurating a Cargo
199+ same as crate-type field in the manifest for configuring a Cargo
200200 target. See crate-type field
201201 <https://doc.rust-lang.org/cargo/reference/cargo-targets.html#the-crate-type-field>
202202 for possible values.
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ information about timing information.</li>
230230<dt class =" option-term " id =" option-cargo-rustc---crate-type " ><a class =" option-anchor " href =" #option-cargo-rustc---crate-type " ></a ><code >--crate-type</code > <em >crate-type</em ></dt >
231231<dd class =" option-desc " >Build for the given crate type. This flag accepts a comma-separated list of
2322321 or more crate types, of which the allowed values are the same as <code >crate-type</code >
233- field in the manifest for configurating a Cargo target. See
233+ field in the manifest for configuring a Cargo target. See
234234<a href =" ../reference/cargo-targets.html#the-crate-type-field " ><code >crate-type</code > field</a >
235235for possible values.</p >
236236<p >If the manifest contains a list, and <code >--crate-type</code > is provided,
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ Environment variables will take precedence over TOML configuration files.
196196Currently only integer, boolean, string and some array values are supported to
197197be defined by environment variables. [ Descriptions below] ( #configuration-keys )
198198indicate which keys support environment variables and otherwise they are not
199- supported due to [ technicial issues] ( https://github.com/rust-lang/cargo/issues/5416 ) .
199+ supported due to [ technical issues] ( https://github.com/rust-lang/cargo/issues/5416 ) .
200200
201201In addition to the system above, Cargo recognizes a few other specific
202202[ environment variables] [ env ] .
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ The sparse protocol uses the `sparse+` protocol prefix in the registry URL. For
222222the sparse index URL for [ crates.io] is ` sparse+https://index.crates.io/ ` .
223223
224224The sparse protocol downloads each index file using an individual HTTP request. Since
225- this results in a large number of small HTTP requests, performance is signficiantly
225+ this results in a large number of small HTTP requests, performance is significantly
226226improved with a server that supports pipelining and HTTP/2.
227227
228228##### Caching
@@ -245,7 +245,7 @@ or 451 "Unavailable For Legal Reasons" code.
245245##### Sparse Limitations
246246Since the URL of the registry is stored in the lockfile, it's not recommended to offer
247247a registry with both protocols. Discussion about a transition plan is ongoing in issue
248- [ #10964 ] . The [ crates.io] registry is an exception, since Cargo internally substitues
248+ [ #10964 ] . The [ crates.io] registry is an exception, since Cargo internally substitutes
249249the equivalent git URL when the sparse protocol is used.
250250
251251If a registry does offer both protocols, it's currently recommended to choose one protocol
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ information about timing information.
229229.RS 4
230230Build for the given crate type. This flag accepts a comma\- separated list of
2312311 or more crate types, of which the allowed values are the same as \fB crate \- type \fR
232- field in the manifest for configurating a Cargo target. See
232+ field in the manifest for configuring a Cargo target. See
233233\fI\f(BI crate \- type \fI field \fR <https://doc.rust\- lang.org/cargo/reference/cargo\- targets.html#the\- crate\- type\- field>
234234for possible values.
235235.sp
You can’t perform that action at this time.
0 commit comments