forked from rust-lang/rust
-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule book
updated
36 files
Submodule nomicon
updated
10 files
+19 −23 | src/vec-alloc.md | |
+4 −5 | src/vec-dealloc.md | |
+3 −3 | src/vec-drain.md | |
+5 −5 | src/vec-final.md | |
+6 −6 | src/vec-insert-remove.md | |
+9 −10 | src/vec-into-iter.md | |
+3 −12 | src/vec-layout.md | |
+2 −2 | src/vec-push-pop.md | |
+23 −20 | src/vec-raw.md | |
+21 −17 | src/vec-zsts.md |
Submodule reference
updated
25 files
+1 −1 | .github/workflows/main.yml | |
+1 −1 | src/SUMMARY.md | |
+3 −0 | src/abi.md | |
+17 −0 | src/behavior-not-considered-unsafe.md | |
+2 −0 | src/const_eval.md | |
+32 −15 | src/expressions/array-expr.md | |
+17 −24 | src/items/associated-items.md | |
+4 −1 | src/items/constant-items.md | |
+2 −2 | src/items/enumerations.md | |
+12 −27 | src/items/external-blocks.md | |
+51 −10 | src/items/functions.md | |
+217 −22 | src/items/generics.md | |
+94 −31 | src/items/implementations.md | |
+5 −1 | src/items/static-items.md | |
+3 −3 | src/items/structs.md | |
+26 −53 | src/items/traits.md | |
+9 −5 | src/items/type-aliases.md | |
+2 −2 | src/items/unions.md | |
+1 −1 | src/linkage.md | |
+19 −14 | src/paths.md | |
+3 −3 | src/tokens.md | |
+1 −1 | src/types/enum.md | |
+5 −2 | src/types/function-pointer.md | |
+1 −1 | src/types/struct.md | |
+1 −0 | src/types/tuple.md |
Submodule rust-by-example
updated
3 files
+1 −1 | .travis.yml | |
+16 −0 | src/flow_control/match/guard.md | |
+2 −10 | src/std_misc/threads/testcase_mapreduce.md |