Skip to content

Commit 6977f20

Browse files
camelidNoratrieb
authored andcommitted
Use 2021 edition for example code playground link
The playground defaults to 2015. Might as well use the latest edition.
1 parent 23bf5ec commit 6977f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mir/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ show you the MIR for your program. Try putting this program into play
6161
(or [clicking on this link][sample-play]), and then clicking the "MIR"
6262
button on the top:
6363

64-
[sample-play]: https://play.rust-lang.org/?gist=30074856e62e74e91f06abd19bd72ece&version=stable
64+
[sample-play]: https://play.rust-lang.org/?gist=30074856e62e74e91f06abd19bd72ece&version=stable&edition=2021
6565

6666
```rust
6767
fn main() {

0 commit comments

Comments
 (0)