-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Description
rustrogueliketutorial/book/src/chapter_57a.md
Line 233 in 33872fe
where F : Fn(Entity) |
This should be FnMut
instead of Fn
and mut f
instead of f
, which matches the final code here (without that, cargo run
will fail).
Metadata
Metadata
Assignees
Labels
No labels