-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule book
updated
39 files
Submodule edition-guide
updated
5 files
Submodule reference
updated
17 files
+4 −3 | src/destructors.md | |
+1 −1 | src/dynamically-sized-types.md | |
+2 −2 | src/expressions.md | |
+1 −1 | src/expressions/loop-expr.md | |
+1 −1 | src/expressions/method-call-expr.md | |
+1 −1 | src/glossary.md | |
+46 −16 | src/identifiers.md | |
+1 −1 | src/items/extern-crates.md | |
+1 −1 | src/items/external-blocks.md | |
+1 −1 | src/items/functions.md | |
+3 −3 | src/items/implementations.md | |
+1 −1 | src/items/modules.md | |
+1 −1 | src/lifetime-elision.md | |
+1 −1 | src/names/preludes.md | |
+1 −1 | src/types/closure.md | |
+5 −6 | src/types/slice.md | |
+1 −1 | src/types/tuple.md |
Submodule rustc-dev-guide
updated
2 files
+1 −1 | src/building/bootstrapping.md | |
+9 −3 | src/stabilization_guide.md |