forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
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
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule embedded-book
updated
2 files
+19 −0 | src/intro/index.md | |
+1 −1 | src/static-guarantees/design-contracts.md |
Submodule nomicon
updated
8 files
+7 −0 | book.toml | |
+3 −3 | src/destructors.md | |
+2 −2 | src/ffi.md | |
+2 −0 | src/lifetimes.md | |
+1 −1 | src/safe-unsafe-meaning.md | |
+4 −4 | src/subtyping.md | |
+1 −1 | src/vec-alloc.md | |
+2 −2 | src/vec-final.md |
Submodule reference
updated
8 files
+1 −1 | src/attributes.md | |
+1 −1 | src/behavior-considered-undefined.md | |
+3 −3 | src/const_eval.md | |
+1 −1 | src/expressions/array-expr.md | |
+5 −5 | src/items/associated-items.md | |
+1 −1 | src/items/enumerations.md | |
+1 −1 | src/items/use-declarations.md | |
+25 −3 | src/type-layout.md |
Submodule rust-by-example
updated
3 files
+2 −2 | src/conversion/from_into.md | |
+2 −2 | src/flow_control/if_let.md | |
+1 −1 | src/mod/visibility.md |