Skip to content

Commit

Permalink
add edition2021 as an option
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrotenberg committed Jul 4, 2021
1 parent b87c231 commit c06f450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/src/format/configuration/general.md
Expand Up @@ -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
Expand Down

0 comments on commit c06f450

Please sign in to comment.