mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +00:00
run cargo dev fmt
This commit is contained in:
parent
c2799c861d
commit
146e352db4
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ fn take_pat(from: &mut Pat) -> Pat {
|
|||
id: DUMMY_NODE_ID,
|
||||
kind: Wild,
|
||||
span: DUMMY_SP,
|
||||
tokens: None
|
||||
tokens: None,
|
||||
};
|
||||
mem::replace(from, dummy)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue