diff --git a/src/array_checker.rs b/src/array_checker.rs index be56b59..e89983c 100644 --- a/src/array_checker.rs +++ b/src/array_checker.rs @@ -161,7 +161,7 @@ impl ArrayChecker { IndexInterval::default() } _ => { - todo!() + IndexInterval::default() } } }