1
Fork 0

Rollup merge of #38628 - kellerkindt:patch-1, r=steveklabnik

And suddenly a german word :O

"verboten" is german for "forbidden"
This commit is contained in:
Alex Crichton 2016-12-29 17:26:22 -08:00 committed by GitHub
commit 96c79c953e

View file

@ -102,7 +102,7 @@ mutation, then the solution is quite easy: add `mut`.
There are other good reasons to avoid mutable state when possible, but theyre
out of the scope of this guide. In general, you can often avoid explicit
mutation, and so it is preferable in Rust. That said, sometimes, mutation is
what you need, so its not verboten.
what you need, so its not forbidden.
# Initializing bindings