diff --git a/src/bin/day19.rs b/src/bin/day19.rs index 582decb..690c0a2 100644 --- a/src/bin/day19.rs +++ b/src/bin/day19.rs @@ -250,7 +250,7 @@ impl Day19 { return false; } Action::Forward(next) => { - workflow = &next; + workflow = next; } } }