Skip to content

Commit 146e352

Browse files
committed
run cargo dev fmt
1 parent c2799c8 commit 146e352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/unnested_or_patterns.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ fn take_pat(from: &mut Pat) -> Pat {
340340
id: DUMMY_NODE_ID,
341341
kind: Wild,
342342
span: DUMMY_SP,
343-
tokens: None
343+
tokens: None,
344344
};
345345
mem::replace(from, dummy)
346346
}

0 commit comments

Comments
 (0)