mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-19 23:48:44 +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,
|
id: DUMMY_NODE_ID,
|
||||||
kind: Wild,
|
kind: Wild,
|
||||||
span: DUMMY_SP,
|
span: DUMMY_SP,
|
||||||
tokens: None
|
tokens: None,
|
||||||
};
|
};
|
||||||
mem::replace(from, dummy)
|
mem::replace(from, dummy)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue