changeded bindings_after_at from active to accepted
This commit is contained in:
parent
751ddb7eb2
commit
b908905b3d
2 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ declare_features! (
|
|||
(accepted, member_constraints, "1.54.0", Some(61997), None),
|
||||
/// Allows bindings in the subpattern of a binding pattern.
|
||||
/// For example, you can write `x @ Some(y)`.
|
||||
(active, bindings_after_at, "1.54.0", Some(65490), None),
|
||||
(accepted, bindings_after_at, "1.54.0", Some(65490), None),
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// feature-group-end: accepted features
|
||||
|
|
0
src/etc/pre-commit.sh
Executable file → Normal file
0
src/etc/pre-commit.sh
Executable file → Normal file
Loading…
Add table
Reference in a new issue