day(19): fix clippy warnings
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
7bca4427f7
commit
9aeb3e0977
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ impl Day19 {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
Action::Forward(next) => {
|
Action::Forward(next) => {
|
||||||
workflow = &next;
|
workflow = next;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue