We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustrogueliketutorial/book/src/chapter_57a.md
Line 233 in 33872fe
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).
FnMut
Fn
mut f
f
cargo run
The text was updated successfully, but these errors were encountered:
No branches or pull requests
rustrogueliketutorial/book/src/chapter_57a.md
Line 233 in 33872fe
This should be
FnMut
instead ofFn
andmut f
instead off
, which matches the final code here (without that,cargo run
will fail).The text was updated successfully, but these errors were encountered: