From c891b790c0b646fbe201b94f2014684bb5ba4b8c Mon Sep 17 00:00:00 2001 From: LazyEmpiricist <35100899+LazyEmpiricist@users.noreply.github.com> Date: Tue, 31 Dec 2019 13:21:46 +0200 Subject: [PATCH] Fixed typo ("this this") --- posts/inside-rust/2019-12-23-formatting-the-compiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/inside-rust/2019-12-23-formatting-the-compiler.md b/posts/inside-rust/2019-12-23-formatting-the-compiler.md index 207d22362..ab7dc72e6 100644 --- a/posts/inside-rust/2019-12-23-formatting-the-compiler.md +++ b/posts/inside-rust/2019-12-23-formatting-the-compiler.md @@ -16,7 +16,7 @@ otherwise once per cycle (coinciding with the bootstrap bump, most likely). The second one which reformatted the majority of the codebase is [#67540]. -This change landed with the following rustfmt config. Note that this this configuration is subject +This change landed with the following rustfmt config. Note that this configuration is subject to change (in particular, merge_derives may be removed in the future), but should be fairly stable. Your editor should automatically pick this configuration up inside the rust-lang/rust repository (it is located in the `rustfmt.toml` file in the root).