File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use std::{
9
9
/// Permits parameterizing the home functions via the _from variants - used for
10
10
/// in-process unit testing by rustup.
11
11
pub trait Env {
12
- /// Return the path to the the users home dir, or None if any error occurs:
12
+ /// Return the path to the users home dir, or None if any error occurs:
13
13
/// see home_inner.
14
14
fn home_dir ( & self ) -> Option < PathBuf > ;
15
15
/// Return the current working directory.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ man page:
28
28
and ` {{/options}} ` tags. This tells the processor where the options start
29
29
and end.
30
30
- Each option must be expressed with a ` {{#option}} ` block. The parameters to
31
- the the block are a sequence of strings indicating the option. For example,
31
+ the block are a sequence of strings indicating the option. For example,
32
32
``` {{#option "`-p` _spec_..." "`--package` _spec_..."}} ``` is an option that
33
33
has two different forms. The text within the string is processed as markdown.
34
34
It is recommended to use formatting similar to this example.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ and end.
29
29
.sp
30
30
.RS 4
31
31
\h '-04' \(bu \h '+02' Each option must be expressed with a \fB {{#option}} \fR block. The parameters to
32
- the the block are a sequence of strings indicating the option. For example,
32
+ the block are a sequence of strings indicating the option. For example,
33
33
\fB {{#option "` \- p` _spec_..." "` \-\- package` _spec_..."}} \fR is an option that
34
34
has two different forms. The text within the string is processed as markdown.
35
35
It is recommended to use formatting similar to this example.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ man page:
27
27
and ` {{/options}} ` tags. This tells the processor where the options start
28
28
and end.
29
29
- Each option must be expressed with a ` {{#option}} ` block. The parameters to
30
- the the block are a sequence of strings indicating the option. For example,
30
+ the block are a sequence of strings indicating the option. For example,
31
31
``` {{#option "`-p` _spec_..." "`--package` _spec_..."}} ``` is an option that
32
32
has two different forms. The text within the string is processed as markdown.
33
33
It is recommended to use formatting similar to this example.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ DESCRIPTION
25
25
the options start and end.
26
26
27
27
o Each option must be expressed with a {{#option}} block. The
28
- parameters to the the block are a sequence of strings indicating the
28
+ parameters to the block are a sequence of strings indicating the
29
29
option. For example, {{#option "`-p` _spec_..." "`--package`
30
30
_spec_..."}} is an option that has two different forms. The text
31
31
within the string is processed as markdown. It is recommended to use
Original file line number Diff line number Diff line change @@ -871,7 +871,7 @@ fn main() {
871
871
It is safe to change a generic type to a more generic one. For example, the
872
872
following adds a generic parameter that defaults to the original type, which
873
873
is safe because all existing users will be using the same type for both
874
- fields, the the defaulted parameter does not need to be specified.
874
+ fields, the defaulted parameter does not need to be specified.
875
875
876
876
``` rust,ignore
877
877
// MINOR CHANGE
Original file line number Diff line number Diff line change @@ -1260,7 +1260,7 @@ codegen-backend = "cranelift"
1260
1260
1261
1261
* Tracking Issue: [ #11813 ] ( https://github.com/rust-lang/cargo/issues/11813 )
1262
1262
1263
- With the 'gitoxide' unstable feature, all or the the specified git operations will be performed by
1263
+ With the 'gitoxide' unstable feature, all or the specified git operations will be performed by
1264
1264
the ` gitoxide ` crate instead of ` git2 ` .
1265
1265
1266
1266
While ` -Zgitoxide ` enables all currently implemented features, one can individually select git operations
You can’t perform that action at this time.
0 commit comments