| Age | Commit message (Collapse) | Author | Lines |
|
1. move everything under a src directory
2. add README.md to the SUMMARY.md
|
|
As it is written it creates a lot of confusion.
|
|
comments
|
|
When using Point { x: 0, y: 0 } and showing pattern matching decomposing
x and y individually its hard to understand. By using a different value
for x and a different value for y it is more clear.
|
|
|
|
I apt to use `expressions` over `statements`, because `match` is a expression in essence, though it can become a statement when followed a semicolon.
|
|
|
|
|
|
Fixes #31154
|
|
Doing so is considered weaker writing. Thanks @Charlotteis!
Fixes #28810
|
|
Added some additional descriptive sentences and changed x to an int in
the example
|
|
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.
|