mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 12:50:32 +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>;
|
||||
|
||||
#[derive(Clone)]
|
||||
struct State {
|
||||
numbers: [ValidRange; 4],
|
||||
pos: u16,
|
||||
|
||||
Reference in New Issue
Block a user