rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
7.95k stars 362 forks source link

Fix on-stack dispatch example #137

Closed ovidiu closed 3 years ago

ovidiu commented 3 years ago
MarcoIeni commented 3 years ago

Since you are working on this do you want to try to remove the ignore on line 12? I tried to remove it and there are still some problems to fix!

You can run mdbook test locally to check if code compiles.

ovidiu commented 3 years ago

@MarcoIeni I think I've got it. Please have a look.

simonsan commented 3 years ago

Thanks! ;-)