https://github.com/amethyst/rustrogueliketutorial/blob/33872fe582f226178436847e1f74eafcbf9c0d1a/book/src/chapter_57a.md?plain=1#L233 This should be `FnMut` instead of `Fn` and `mut f` instead of `f` , which matches the final code [here](https://github.com/amethyst/rustrogueliketutorial/blob/33872fe582f226178436847e1f74eafcbf9c0d1a/chapter-57a-spatial/src/spatial/mod.rs#L57C1-L58C24) (without that, `cargo run` will fail).
rustrogueliketutorial/book/src/chapter_57a.md
Line 233 in 33872fe
This should be
FnMutinstead ofFnandmut finstead off, which matches the final code here (without that,cargo runwill fail).