Skip to content

Commit 9dba7c7

Browse files
committed
spelling: the
Signed-off-by: Josh Soref <[email protected]>
1 parent 05cde90 commit 9dba7c7

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
@@ -1065,7 +1065,7 @@ from formatting an attribute #3665
10651065
- Do not collapse block around expr with condition on match arm 5b9b7d5
10661066
- Use vertical layout for complex attributes c77708f
10671067
- Format array using heuristics for function calls 98c6f7b
1068-
- Implement stable ordering for impl items with the the following item priority: type, const, macro, then method fa80ddf
1068+
- Implement stable ordering for impl items with the following item priority: type, const, macro, then method fa80ddf
10691069
- Reorder imports by default 164cf7d
10701070
- Group `extern crate` by default 3a138a2
10711071
- 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
@@ -210,7 +210,7 @@ pub(crate) fn combine_strs_with_missing_comments(
210210

211211
// We have a missing comment between the first expression and the second expression.
212212

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

src/config/options.rs

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

0 commit comments

Comments
 (0)