-
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
Improvements for type_repetition_in_bounds
lint
#5761
Conversation
r? @flip1995 (rust_highfive has picked a reviewer for you, use r? to override) |
type_repetition_in_bounds
linttype_repetition_in_bounds
lint
type_repetition_in_bounds
linttype_repetition_in_bounds
lint
type_repetition_in_bounds
linttype_repetition_in_bounds
lint
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.
Thanks! waiting for rustup
@ThibsG you will need to rebase and change every |
0566e28
to
2d5930a
Compare
Actually simple rebase did the job |
@bors r+ |
📌 Commit 2d5930a has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Some improvements for
type_repetition_in_bounds
:conf.max_trait_bounds
on this type.Fixes #4380,
Fixes #4323,
Fixes #4326,
Closes #3764
changelog: Fix multiple FPs in
type_repetition_in_bounds
and add a configuration optionNote: the #3764 has already been fixed but not closed