1
0
Fork 0

day(22): remove unused yield

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2023-07-07 14:01:20 +02:00
parent 7093f4f7d0
commit 1c9eb251cb
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -292,7 +292,6 @@ impl Solution<Input, Output> for Day22 {
let end = last_non_empty.next().unwrap_or((upper_bound, &'_')).0 as isize;
boundaries.insert(constructor(i), start..end);
(constructor(i), start..end)
};
// construct all horizontal boundaries