improve evenness of FutureMoves tree
This commit is contained in:
@@ -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)'] }
|
||||
|
||||
Reference in New Issue
Block a user