mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
run cargo dev fmt
This commit is contained in:
parent
c2799c861d
commit
146e352db4
@ -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 New Issue
Block a user