mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Remove useless Clone impl
This commit is contained in:
@@ -188,7 +188,6 @@ pub fn part1(input: &[u8]) -> anyhow::Result<String> {
|
|||||||
|
|
||||||
type ValidRange = Range<u16>;
|
type ValidRange = Range<u16>;
|
||||||
|
|
||||||
#[derive(Clone)]
|
|
||||||
struct State {
|
struct State {
|
||||||
numbers: [ValidRange; 4],
|
numbers: [ValidRange; 4],
|
||||||
pos: u16,
|
pos: u16,
|
||||||
|
|||||||
Reference in New Issue
Block a user