File tree 6 files changed +7
-7
lines changed
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
74
74
{{#option "` --crate-type ` _ crate-type_ "}}
75
75
Build for the given crate type. This flag accepts a comma-separated list of
76
76
1 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
78
78
[ ` crate-type ` field] ( ../reference/cargo-targets.html#the-crate-type-field )
79
79
for possible values.
80
80
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ OPTIONS
196
196
--crate-type crate-type
197
197
Build for the given crate type. This flag accepts a comma-separated
198
198
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
200
200
target. See crate-type field
201
201
<https://doc.rust-lang.org/cargo/reference/cargo-targets.html#the-crate-type-field>
202
202
for possible values.
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ information about timing information.</li>
230
230
<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 >
231
231
<dd class =" option-desc " >Build for the given crate type. This flag accepts a comma-separated list of
232
232
1 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
234
234
<a href =" ../reference/cargo-targets.html#the-crate-type-field " ><code >crate-type</code > field</a >
235
235
for possible values.</p >
236
236
<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.
196
196
Currently only integer, boolean, string and some array values are supported to
197
197
be defined by environment variables. [ Descriptions below] ( #configuration-keys )
198
198
indicate 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 ) .
200
200
201
201
In addition to the system above, Cargo recognizes a few other specific
202
202
[ 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
222
222
the sparse index URL for [ crates.io] is ` sparse+https://index.crates.io/ ` .
223
223
224
224
The 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
226
226
improved with a server that supports pipelining and HTTP/2.
227
227
228
228
##### Caching
@@ -245,7 +245,7 @@ or 451 "Unavailable For Legal Reasons" code.
245
245
##### Sparse Limitations
246
246
Since the URL of the registry is stored in the lockfile, it's not recommended to offer
247
247
a 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
249
249
the equivalent git URL when the sparse protocol is used.
250
250
251
251
If 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.
229
229
.RS 4
230
230
Build for the given crate type. This flag accepts a comma\- separated list of
231
231
1 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
233
233
\fI\f(BI crate \- type \fI field \fR <https://doc.rust\- lang.org/cargo/reference/cargo\- targets.html#the\- crate\- type\- field>
234
234
for possible values.
235
235
.sp
You can’t perform that action at this time.
0 commit comments