From c06f450e7df4912eaba5f5399778b45599e58ae6 Mon Sep 17 00:00:00 2001 From: josh rotenberg Date: Sun, 4 Jul 2021 16:28:52 -0700 Subject: [PATCH] add edition2021 as an option --- guide/src/format/configuration/general.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/src/format/configuration/general.md b/guide/src/format/configuration/general.md index 20396fac..1c3884fb 100644 --- a/guide/src/format/configuration/general.md +++ b/guide/src/format/configuration/general.md @@ -63,8 +63,8 @@ Options for the Rust language, relevant to running tests and playground integration. - **edition**: Rust edition to use by default for the code snippets. Default - is "2015". Individual code blocks can be controlled with the `edition2015` - or `edition2018` annotations, such as: + is "2015". Individual code blocks can be controlled with the `edition2015`, + `edition2018` or `edition2021` annotations, such as: ~~~text ```rust,edition2015