You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this extra comma should be an error or not (in my opinion this should be an error). But the behavior should be the same in both cases anyway.
The text was updated successfully, but these errors were encountered:
Rustup
r? `@ghost`
changelog: move trait_duplication_in_bounds and type_repetition_in_bounds to nursery temporarily. This could already be reverted before the release. Check the Clippy in the Rust repo beta branch when writing this changelog.
With this code, there is no error:
But with this code there is an error:
I don't know if this extra comma should be an error or not (in my opinion this should be an error). But the behavior should be the same in both cases anyway.
The text was updated successfully, but these errors were encountered: