From d3566e4f9f490b70bc90860e90516f2ef255a362 Mon Sep 17 00:00:00 2001 From: Noah Lev Date: Sun, 19 Sep 2021 11:19:51 -0700 Subject: [PATCH] Recommend `rustfmt --edition=2021` --- src/building/suggested.md | 2 +- src/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/building/suggested.md b/src/building/suggested.md index f1665efdc..24e25f5d0 100644 --- a/src/building/suggested.md +++ b/src/building/suggested.md @@ -33,7 +33,7 @@ you can write: `--edition=2018` argument +You'll have to pass the `--edition=2021` argument yourself when calling `rustfmt` directly. One last thing: you can use `RUSTC_LOG=XXX` to get debug logging. [Read more