mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 01:13:11 +00:00
make edition 2021 stable
This commit is contained in:
parent
13edc17f65
commit
388d90ac4c
@ -66,7 +66,7 @@ impl Edition {
|
||||
match *self {
|
||||
Edition::Edition2015 => true,
|
||||
Edition::Edition2018 => true,
|
||||
Edition::Edition2021 => false,
|
||||
Edition::Edition2021 => true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user