cleanup minmax impl

This commit is contained in:
2025-04-29 18:31:41 -04:00
parent 9342760d82
commit 111ce718da
3 changed files with 19 additions and 62 deletions

View File

@@ -30,7 +30,7 @@ pub fn run() {
..Default::default()
};
let configs = [2, 4, 6, 8]
let configs = [2, 4, 6]
.into_iter()
.map(move |d| FutureMoveConfig {
max_depth: d,