Closed creativcoder closed 7 years ago
This PR fixes the default impl of State that landed last day, as the current impl results in stack overflow when running examples/simple.rs. and also removes the double indirection in VecDeque fields of State.
examples/simple.rs
State
This PR fixes the default impl of State that landed last day, as the current impl results in stack overflow when running
examples/simple.rs
. and also removes the double indirection in VecDeque fields ofState
.