Skip to content

Commit 01fd396

Browse files
authored
Merge pull request #489 from LazyEmpiricist/patch-1
Fixed typo ("this this")
2 parents 673f9f2 + c891b79 commit 01fd396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2019-12-23-formatting-the-compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ otherwise once per cycle (coinciding with the bootstrap bump, most likely).
1616

1717
The second one which reformatted the majority of the codebase is [#67540].
1818

19-
This change landed with the following rustfmt config. Note that this this configuration is subject
19+
This change landed with the following rustfmt config. Note that this configuration is subject
2020
to change (in particular, merge_derives may be removed in the future), but should be fairly stable.
2121
Your editor should automatically pick this configuration up inside the rust-lang/rust repository (it
2222
is located in the `rustfmt.toml` file in the root).

0 commit comments

Comments
 (0)