-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Use avoid-breaking-exported-api
configuration in types module
#7560
Use avoid-breaking-exported-api
configuration in types module
#7560
Conversation
309af43
to
e67c25d
Compare
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.
This is nice! Just some nits. Glad to see the config option extended.
(That's pretty much it, not really a change worthy of writing a fairy tale about. Don't get me wrong, I would love to write a short one, but I sadly need to study now).
Also this PR is blocked on missing fairy tale. 🤣
It wouldn't be the first Clippy PR with a fairy tale 😉. I can promise you that the next PR I assign to you will have a short one in it. Does this sound like a deal to you? |
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.
Looks good. Do you want to squash any commits?
Oh alright 😄 |
Addressed PR reviews regarding code style
8465ba8
to
c02dcd5
Compare
Sure, why not 🙃 @bors r=camsteffen |
📌 Commit c02dcd5 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
This PR empowers our lovely
avoid-breaking-exported-api
configuration value to also influence the emission of lints inside thetypes
module.(That's pretty much it, not really a change worthy of writing a fairy tale about. Don't get me wrong, I would love to write a short one, but I sadly need to study now).
Closes: #7489
changelog: The
avoid-breaking-exported-api
configuration now also works for [box_vec
], [redundant_allocation
], [rc_buffer
], [vec_box
], [option_option
], [linkedlist
], [rc_mutex
]changelog: [
rc_mutex
]: update the lint message to comply with the normal formatr? @camsteffen, as you implemented the configuration value
cc: @flip1995, as we've discussed this change in #7308