1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-25 00:37:14 +02:00

Merge pull request #1038 from KatanaFluorescent/main

change edition to 2021 in exercices.rs
This commit is contained in:
liv
2022-07-11 11:57:59 +02:00
committed by GitHub

View File

@ -121,7 +121,7 @@ impl Exercise {
r#"[package]
name = "{}"
version = "0.0.1"
edition = "2018"
edition = "2021"
[[bin]]
name = "{}"
path = "{}.rs""#,