Skip to content

Commit ef9e1c6

Browse files
jsorefytmimi
authored andcommitted
spelling: the
Signed-off-by: Josh Soref <[email protected]>
1 parent 2781afc commit ef9e1c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ from formatting an attribute #3665
11951195
- Do not collapse block around expr with condition on match arm 5b9b7d5
11961196
- Use vertical layout for complex attributes c77708f
11971197
- Format array using heuristics for function calls 98c6f7b
1198-
- Implement stable ordering for impl items with the the following item priority: type, const, macro, then method fa80ddf
1198+
- Implement stable ordering for impl items with the following item priority: type, const, macro, then method fa80ddf
11991199
- Reorder imports by default 164cf7d
12001200
- Group `extern crate` by default 3a138a2
12011201
- Make `error_on_line_overflow` false by default f146711

Processes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this Section, we describe how to stabilise an option of the rustfmt's configu
1616
Open a pull request that closes the tracking issue. The tracking issue is listed beside the option in `Configurations.md`.
1717

1818
- Update the `Config` enum marking the option as stable.
19-
- Update the the `Configuration.md` file marking the option as stable.
19+
- Update the `Configuration.md` file marking the option as stable.
2020
- Update `CHANGELOG.md` marking the option as stable.
2121

2222
## After the stabilisation

src/comment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ pub(crate) fn combine_strs_with_missing_comments(
205205

206206
// We have a missing comment between the first expression and the second expression.
207207

208-
// Peek the the original source code and find out whether there is a newline between the first
208+
// Peek the original source code and find out whether there is a newline between the first
209209
// expression and the second expression or the missing comment. We will preserve the original
210210
// layout whenever possible.
211211
let original_snippet = context.snippet(span);

src/config/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ pub enum Color {
191191
pub enum Version {
192192
/// 1.x.y. When specified, rustfmt will format in the same style as 1.0.0.
193193
One,
194-
/// 2.x.y. When specified, rustfmt will format in the the latest style.
194+
/// 2.x.y. When specified, rustfmt will format in the latest style.
195195
Two,
196196
}
197197

0 commit comments

Comments
 (0)