make edition 2021 stable
This commit is contained in:
parent
13edc17f65
commit
388d90ac4c
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ impl Edition {
|
||||||
match *self {
|
match *self {
|
||||||
Edition::Edition2015 => true,
|
Edition::Edition2015 => true,
|
||||||
Edition::Edition2018 => true,
|
Edition::Edition2018 => true,
|
||||||
Edition::Edition2021 => false,
|
Edition::Edition2021 => true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue