Skip to content

Commit

Permalink
Update books
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbot authored and ehuss committed Oct 23, 2024
1 parent 3ec4308 commit ed02421
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/doc/embedded-book
2 changes: 1 addition & 1 deletion src/doc/reference
Submodule reference updated 54 files
+45 −4 .github/workflows/main.yml
+14 −2 README.md
+1 −0 book.toml
+16 −0 docs/authoring.md
+30 −1 mdbook-spec/Cargo.lock
+1 −0 mdbook-spec/Cargo.toml
+66 −60 mdbook-spec/src/lib.rs
+1 −3 mdbook-spec/src/main.rs
+115 −0 mdbook-spec/src/rules.rs
+203 −0 mdbook-spec/src/test_links.rs
+1 −0 src/SUMMARY.md
+3 −2 src/attributes/diagnostics.md
+95 −13 src/behavior-considered-undefined.md
+117 −10 src/conditional-compilation.md
+78 −7 src/const_eval.md
+31 −4 src/crates-and-source-files.md
+12 −0 src/destructors.md
+15 −0 src/identifiers.md
+2 −0 src/lexical-structure.md
+26 −0 src/linkage.md
+53 −0 src/macro-ambiguity.md
+2 −0 src/statements-and-expressions.md
+35 −1 src/statements.md
+19 −1 src/subtyping.md
+5 −0 src/test-summary.md
+133 −2 src/tokens.md
+34 −4 src/trait-bounds.md
+54 −1 src/type-coercions.md
+101 −3 src/type-layout.md
+39 −3 src/types.md
+9 −2 src/types/array.md
+38 −2 src/types/boolean.md
+20 −0 src/types/closure.md
+7 −0 src/types/enum.md
+10 −2 src/types/function-item.md
+12 −2 src/types/function-pointer.md
+38 −2 src/types/impl-trait.md
+10 −2 src/types/inferred.md
+9 −2 src/types/never.md
+15 −0 src/types/numeric.md
+2 −0 src/types/parameters.md
+35 −0 src/types/pointer.md
+6 −0 src/types/slice.md
+8 −0 src/types/struct.md
+14 −1 src/types/textual.md
+16 −2 src/types/trait-object.md
+12 −0 src/types/tuple.md
+11 −1 src/types/union.md
+22 −0 src/unsafe-keyword.md
+17 −0 src/unsafety.md
+7 −0 src/variables.md
+5 −0 src/whitespace.md
+30 −0 theme/reference.css
+24 −0 theme/reference.js

0 comments on commit ed02421

Please sign in to comment.