-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MSRV options to unnested_or_patterns
#6977
Conversation
r? @llogiq (rust-highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation updates LGTM. The code as well, especially with the docs, but it might be good if someone who has worked with msrv double-checks the changes 🙃
The only one assigned to PRs that really dealt with the MSRV feature was me 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small nit, otherwise LGTM.
bda4f8f
to
5279b59
Compare
I just moved everything in the |
👍 @bors r+ |
📌 Commit 5279b59 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
changelog: [
unnested_or_patterns
] can now be configured with themsrv
config/attribute.Fixes #6953