cleanup minmax impl
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user