-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 edition-guide
updated
4 files
+3 −0 | src/SUMMARY.md | |
+38 −0 | src/rust-2024/cargo-resolver.md | |
+63 −0 | src/rust-2024/rustdoc-nested-includes.md | |
+88 −0 | src/rust-2024/rustfmt-style-edition.md |
Submodule reference
updated
19 files
+22 −6 | src/glossary.md | |
+14 −1 | src/items.md | |
+72 −14 | src/items/associated-items.md | |
+20 −2 | src/items/constant-items.md | |
+47 −2 | src/items/enumerations.md | |
+19 −0 | src/items/extern-crates.md | |
+130 −8 | src/items/external-blocks.md | |
+69 −2 | src/items/functions.md | |
+32 −1 | src/items/generics.md | |
+43 −4 | src/items/implementations.md | |
+30 −2 | src/items/modules.md | |
+30 −2 | src/items/static-items.md | |
+9 −0 | src/items/structs.md | |
+74 −14 | src/items/traits.md | |
+9 −0 | src/items/type-aliases.md | |
+58 −11 | src/items/unions.md | |
+66 −1 | src/items/use-declarations.md | |
+3 −3 | src/type-coercions.md | |
+2 −2 | src/types/trait-object.md |
Submodule rust-by-example
updated
5 files
+3 −5 | po/zh.po | |
+0 −1 | src/generics/new_types.md | |
+1 −1 | src/primitives/array.md | |
+1 −1 | src/std_misc/file/read_lines.md | |
+1 −1 | src/std_misc/process/pipe.md |
Submodule rustc-dev-guide
updated
35 files