commented out dead day06 code.
This commit is contained in:
parent
fb12dc3954
commit
e0ba8a18f1
|
@ -11,7 +11,7 @@ pub fn find_dupes_stupid<T: PartialEq>(slice: &[T]) -> bool {
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
/* #[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
|
@ -20,4 +20,4 @@ mod tests {
|
||||||
let input = "test";
|
let input = "test";
|
||||||
assert_eq!(parse(input), 0);
|
assert_eq!(parse(input), 0);
|
||||||
}
|
}
|
||||||
}
|
} */
|
||||||
|
|
Loading…
Reference in a new issue