clippy fix
This commit is contained in:
parent
42c8d50fa1
commit
ce2de96226
|
@ -1729,7 +1729,7 @@ impl<'a> CodeGenerator<'a> {
|
||||||
Pattern::Var { name, .. } => {
|
Pattern::Var { name, .. } => {
|
||||||
names.push(name.clone());
|
names.push(name.clone());
|
||||||
}
|
}
|
||||||
Pattern::Discard { name, location } => {
|
Pattern::Discard { .. } => {
|
||||||
names.push("_".to_string());
|
names.push("_".to_string());
|
||||||
}
|
}
|
||||||
a @ Pattern::List { .. } => {
|
a @ Pattern::List { .. } => {
|
||||||
|
|
Loading…
Reference in New Issue