changeded bindings_after_at from active to accepted

This commit is contained in:
marcusdunn 2021-05-14 17:31:31 -07:00
parent 751ddb7eb2
commit b908905b3d
2 changed files with 1 additions and 1 deletions

View file

@ -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
View file