| Age | Commit message (Collapse) | Author | Lines |
|
1. move everything under a src directory
2. add README.md to the SUMMARY.md
|
|
"verboten" is german for "forbidden"
|
|
|
|
comments
|
|
|
|
|
|
Noted that shadowing never destroys a value
Fixes issue #33887
r? @steveklabnik
|
|
* In "... name as another binding, that's currently in scope, will ...", ",
that's currently in scope, " is not a parenthetical element, and the commas
can be omitted.
* Other minor changes.
|
|
|
|
I changes *expression* to *statement* to make more accurate, because in Rust, `let` introduces a declaration statement.
|
|
Doing so is considered weaker writing. Thanks @Charlotteis!
Fixes #28810
|
|
The book was located under 'src/doc/trpl' because originally, it was
going to be hosted under that URL. Late in the game, before 1.0, we
decided that /book was a better one, so we changed the output, but
not the input. This causes confusion for no good reason. So we'll change
the source directory to look like the output directory, like for every
other thing in src/doc.
|