-
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
[type_repetition_in_bounds
]: respect MSRV for combining bounds
#10994
Conversation
r? @giraffate (rustbot 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.
Can we update clippy_lints/src/utils/conf.rs
?
https://github.com/rust-lang/rust-clippy/blob/master/book/src/development/adding_lints.md#specifying-the-lints-minimum-supported-rust-version-msrv
type_repetition_in_bounds
]: respect msrv for combining boundstype_repetition_in_bounds
]: respect MSRV for combining bounds
@bors r+ Thanks! |
[`type_repetition_in_bounds`]: respect MSRV for combining bounds Fixes #8772. changelog: [`type_repetition_in_bounds`]: respect msrv for combining `?Sized` bound
💔 Test failed - checks-action_test |
@bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Fixes #8772.
changelog: [
type_repetition_in_bounds
]: respect msrv for combining?Sized
bound