day(22): remove unused yield
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
7093f4f7d0
commit
1c9eb251cb
1 changed files with 0 additions and 1 deletions
|
@ -292,7 +292,6 @@ impl Solution<Input, Output> for Day22 {
|
||||||
let end = last_non_empty.next().unwrap_or((upper_bound, &'_')).0 as isize;
|
let end = last_non_empty.next().unwrap_or((upper_bound, &'_')).0 as isize;
|
||||||
|
|
||||||
boundaries.insert(constructor(i), start..end);
|
boundaries.insert(constructor(i), start..end);
|
||||||
(constructor(i), start..end)
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// construct all horizontal boundaries
|
// construct all horizontal boundaries
|
||||||
|
|
Loading…
Reference in a new issue