improve evenness of FutureMoves tree

This commit is contained in:
2025-02-28 10:29:02 -05:00
parent 00238fc1f1
commit 10389ad8ee
2 changed files with 38 additions and 9 deletions

View File

@@ -42,3 +42,7 @@ criterion = { version = "0.5", features = [ "html_reports" ] }
[[bench]]
name = "future_children"
harness = false
[lints.rust]
# fix weird warnings about `test` not being expected
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(test)'] }