File tree Expand file tree Collapse file tree 34 files changed +361
-33
lines changed Expand file tree Collapse file tree 34 files changed +361
-33
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ The `rustc` subcommand will treat the following named profiles with special beha
65
65
* ` bench ` --- Builds in the same was as the {{man "cargo-bench" 1}} command,
66
66
similar to the ` test ` profile.
67
67
68
- See the [ the reference] ( ../reference/profiles.html ) for more details on profiles.
68
+ See [ the reference] ( ../reference/profiles.html ) for more details on profiles.
69
69
{{/option}}
70
70
71
71
{{> options-ignore-rust-version }}
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ OPTIONS
235
235
documentation for more details.
236
236
237
237
--profile name
238
- Benchmark with the given profile. See the the reference
238
+ Benchmark with the given profile. See the reference
239
239
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
240
240
details on profiles.
241
241
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ OPTIONS
157
157
--profile option for choosing a specific profile by name.
158
158
159
159
--profile name
160
- Build with the given profile. See the the reference
160
+ Build with the given profile. See the reference
161
161
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
162
162
details on profiles.
163
163
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ OPTIONS
161
161
the test cfg option. See rustc tests
162
162
<https://doc.rust-lang.org/rustc/tests/index.html> for more detail.
163
163
164
- See the the reference
164
+ See the reference
165
165
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
166
166
details on profiles.
167
167
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ OPTIONS
132
132
--profile option for choosing a specific profile by name.
133
133
134
134
--profile name
135
- Document with the given profile. See the the reference
135
+ Document with the given profile. See the reference
136
136
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
137
137
details on profiles.
138
138
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ OPTIONS
234
234
the test cfg option. See rustc tests
235
235
<https://doc.rust-lang.org/rustc/tests/index.html> for more detail.
236
236
237
- See the the reference
237
+ See the reference
238
238
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
239
239
details on profiles.
240
240
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ OPTIONS
212
212
the --profile option for choosing a specific profile by name.
213
213
214
214
--profile name
215
- Install with the given profile. See the the reference
215
+ Install with the given profile. See the reference
216
216
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
217
217
details on profiles.
218
218
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ OPTIONS
80
80
--profile option for choosing a specific profile by name.
81
81
82
82
--profile name
83
- Run with the given profile. See the the reference
83
+ Run with the given profile. See the reference
84
84
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
85
85
details on profiles.
86
86
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ OPTIONS
165
165
o bench — Builds in the same was as the cargo-bench(1) command,
166
166
similar to the test profile.
167
167
168
- See the the reference
168
+ See the reference
169
169
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
170
170
details on profiles.
171
171
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ OPTIONS
148
148
--profile option for choosing a specific profile by name.
149
149
150
150
--profile name
151
- Document with the given profile. See the the reference
151
+ Document with the given profile. See the reference
152
152
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
153
153
details on profiles.
154
154
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ OPTIONS
262
262
--profile option for choosing a specific profile by name.
263
263
264
264
--profile name
265
- Test with the given profile. See the the reference
265
+ Test with the given profile. See the reference
266
266
<https://doc.rust-lang.org/cargo/reference/profiles.html> for more
267
267
details on profiles.
268
268
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ test mode which will enable checking tests and enable the `test` cfg option.
6
6
See [ rustc tests] ( https://doc.rust-lang.org/rustc/tests/index.html ) for more
7
7
detail.
8
8
9
- See the [ the reference] ( ../reference/profiles.html ) for more details on profiles.
9
+ See [ the reference] ( ../reference/profiles.html ) for more details on profiles.
10
10
{{/option}}
Original file line number Diff line number Diff line change 1
1
{{#option "` --profile ` _ name_ " }}
2
2
{{actionverb}} with the given profile.
3
- See the [ the reference] ( ../reference/profiles.html ) for more details on profiles.
3
+ See [ the reference] ( ../reference/profiles.html ) for more details on profiles.
4
4
{{/option}}
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ target artifacts are placed in a separate directory. See the
278
278
279
279
<dt class =" option-term " id =" option-cargo-bench---profile " ><a class =" option-anchor " href =" #option-cargo-bench---profile " ></a ><code >--profile</code > <em >name</em ></dt >
280
280
<dd class =" option-desc " >Benchmark with the given profile.
281
- See the <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
281
+ See <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
282
282
283
283
284
284
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ See also the <code>--profile</code> option for choosing a specific profile by na
199
199
200
200
<dt class =" option-term " id =" option-cargo-build---profile " ><a class =" option-anchor " href =" #option-cargo-build---profile " ></a ><code >--profile</code > <em >name</em ></dt >
201
201
<dd class =" option-desc " >Build with the given profile.
202
- See the <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
202
+ See <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
203
203
204
204
205
205
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ See also the <code>--profile</code> option for choosing a specific profile by na
198
198
test mode which will enable checking tests and enable the <code >test</code > cfg option.
199
199
See <a href =" https://doc.rust-lang.org/rustc/tests/index.html " >rustc tests</a > for more
200
200
detail.</p >
201
- <p >See the <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
201
+ <p >See <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
202
202
203
203
204
204
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ See also the <code>--profile</code> option for choosing a specific profile by na
172
172
173
173
<dt class =" option-term " id =" option-cargo-doc---profile " ><a class =" option-anchor " href =" #option-cargo-doc---profile " ></a ><code >--profile</code > <em >name</em ></dt >
174
174
<dd class =" option-desc " >Document with the given profile.
175
- See the <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
175
+ See <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
176
176
177
177
178
178
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ See also the <code>--profile</code> option for choosing a specific profile by na
278
278
test mode which will enable checking tests and enable the <code >test</code > cfg option.
279
279
See <a href =" https://doc.rust-lang.org/rustc/tests/index.html " >rustc tests</a > for more
280
280
detail.</p >
281
- <p >See the <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
281
+ <p >See <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
282
282
283
283
284
284
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ See also the <code>--profile</code> option for choosing a specific profile by na
242
242
243
243
<dt class =" option-term " id =" option-cargo-install---profile " ><a class =" option-anchor " href =" #option-cargo-install---profile " ></a ><code >--profile</code > <em >name</em ></dt >
244
244
<dd class =" option-desc " >Install with the given profile.
245
- See the <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
245
+ See <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
246
246
247
247
248
248
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ See also the <code>--profile</code> option for choosing a specific profile by na
111
111
112
112
<dt class =" option-term " id =" option-cargo-run---profile " ><a class =" option-anchor " href =" #option-cargo-run---profile " ></a ><code >--profile</code > <em >name</em ></dt >
113
113
<dd class =" option-desc " >Run with the given profile.
114
- See the <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
114
+ See <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
115
115
116
116
117
117
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ tests</a> for more detail.</li>
197
197
<li ><code >bench</code > — Builds in the same was as the <a href =" cargo-bench.html " >cargo-bench(1)</a > command,
198
198
similar to the <code >test</code > profile.</li >
199
199
</ul >
200
- <p >See the <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
200
+ <p >See <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
201
201
202
202
203
203
<dt class =" option-term " id =" option-cargo-rustc---ignore-rust-version " ><a class =" option-anchor " href =" #option-cargo-rustc---ignore-rust-version " ></a ><code >--ignore-rust-version</code ></dt >
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ See also the <code>--profile</code> option for choosing a specific profile by na
191
191
192
192
<dt class =" option-term " id =" option-cargo-rustdoc---profile " ><a class =" option-anchor " href =" #option-cargo-rustdoc---profile " ></a ><code >--profile</code > <em >name</em ></dt >
193
193
<dd class =" option-desc " >Document with the given profile.
194
- See the <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
194
+ See <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
195
195
196
196
197
197
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ See also the <code>--profile</code> option for choosing a specific profile by na
307
307
308
308
<dt class =" option-term " id =" option-cargo-test---profile " ><a class =" option-anchor " href =" #option-cargo-test---profile " ></a ><code >--profile</code > <em >name</em ></dt >
309
309
<dd class =" option-desc " >Test with the given profile.
310
- See the <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
310
+ See <a href =" ../reference/profiles.html " >the reference</a > for more details on profiles.</dd >
311
311
312
312
313
313
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ target artifacts are placed in a separate directory. See the
282
282
\fB \-\- profile \fR \fI name \fR
283
283
.RS 4
284
284
Benchmark with the given profile.
285
- See the \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
285
+ See \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
286
286
.RE
287
287
.sp
288
288
\fB \-\- ignore \- rust \- version \fR
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ See also the \fB\-\-profile\fR option for choosing a specific profile by name.
188
188
\fB \-\- profile \fR \fI name \fR
189
189
.RS 4
190
190
Build with the given profile.
191
- See the \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
191
+ See \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
192
192
.RE
193
193
.sp
194
194
\fB \-\- ignore \- rust \- version \fR
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ test mode which will enable checking tests and enable the \fBtest\fR cfg option.
190
190
See \fI rustc tests \fR <https://doc.rust\- lang.org/rustc/tests/index.html> for more
191
191
detail.
192
192
.sp
193
- See the \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
193
+ See \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
194
194
.RE
195
195
.sp
196
196
\fB \-\- ignore \- rust \- version \fR
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ See also the \fB\-\-profile\fR option for choosing a specific profile by name.
157
157
\fB \-\- profile \fR \fI name \fR
158
158
.RS 4
159
159
Document with the given profile.
160
- See the \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
160
+ See \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
161
161
.RE
162
162
.sp
163
163
\fB \-\- ignore \- rust \- version \fR
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ test mode which will enable checking tests and enable the \fBtest\fR cfg option.
285
285
See \fI rustc tests \fR <https://doc.rust\- lang.org/rustc/tests/index.html> for more
286
286
detail.
287
287
.sp
288
- See the \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
288
+ See \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
289
289
.RE
290
290
.sp
291
291
\fB \-\- ignore \- rust \- version \fR
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ See also the \fB\-\-profile\fR option for choosing a specific profile by name.
270
270
\fB \-\- profile \fR \fI name \fR
271
271
.RS 4
272
272
Install with the given profile.
273
- See the \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
273
+ See \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
274
274
.RE
275
275
.sp
276
276
\fB \-\- ignore \- rust \- version \fR
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ See also the \fB\-\-profile\fR option for choosing a specific profile by name.
94
94
\fB \-\- profile \fR \fI name \fR
95
95
.RS 4
96
96
Run with the given profile.
97
- See the \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
97
+ See \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
98
98
.RE
99
99
.sp
100
100
\fB \-\- ignore \- rust \- version \fR
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ tests\fR <https://doc.rust\-lang.org/rustc/tests/index.html> for more detail.
194
194
similar to the \fB test \fR profile.
195
195
.RE
196
196
.sp
197
- See the \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
197
+ See \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
198
198
.RE
199
199
.sp
200
200
\fB \-\- ignore \- rust \- version \fR
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ See also the \fB\-\-profile\fR option for choosing a specific profile by name.
176
176
\fB \-\- profile \fR \fI name \fR
177
177
.RS 4
178
178
Document with the given profile.
179
- See the \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
179
+ See \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
180
180
.RE
181
181
.sp
182
182
\fB \-\- ignore \- rust \- version \fR
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ See also the \fB\-\-profile\fR option for choosing a specific profile by name.
309
309
\fB \-\- profile \fR \fI name \fR
310
310
.RS 4
311
311
Test with the given profile.
312
- See the \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
312
+ See \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/profiles.html> for more details on profiles.
313
313
.RE
314
314
.sp
315
315
\fB \-\- ignore \- rust \- version \fR
You can’t perform that action at this time.
0 commit comments