Comply with clippy

This commit is contained in:
Chad Stearns 2020-06-21 17:24:14 -04:00
parent 9376b4b988
commit 830394eadf

View file

@ -1034,9 +1034,9 @@ mod when {
branch_result(indented_more)
),
|((patterns, guard), expr)| WhenBranch {
patterns: patterns,
patterns,
value: expr,
guard: guard
guard
}
);