rust-clippy icon indicating copy to clipboard operation
rust-clippy copied to clipboard

Fix `branches_sharing_code` suggests misleadingly when in assignment

Open profetia opened this issue 4 months ago • 1 comments

Closes rust-lang/rust-clippy#15004

The lint will note the end suggestion probably needs some adjustments to use the expression result correctly when the expr's is not unit. So I extend this note to also appear when the expr is in an assignment.

changelog: [branches_sharing_code] fix misleading suggestions when in assignment

profetia avatar Jun 18 '25 13:06 profetia