mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 04:08:40 +00:00
Rollup merge of #23562 - steveklabnik:fix_book_numbers, r=alexcrichton
Rustbook already does this.
This commit is contained in:
commit
f5782faa06
@ -1,6 +1,6 @@
|
|||||||
# Summary
|
# Summary
|
||||||
|
|
||||||
* [I: The Basics](basic.md)
|
* [The Basics](basic.md)
|
||||||
* [Installing Rust](installing-rust.md)
|
* [Installing Rust](installing-rust.md)
|
||||||
* [Hello, world!](hello-world.md)
|
* [Hello, world!](hello-world.md)
|
||||||
* [Hello, Cargo!](hello-cargo.md)
|
* [Hello, Cargo!](hello-cargo.md)
|
||||||
@ -14,7 +14,7 @@
|
|||||||
* [Strings](strings.md)
|
* [Strings](strings.md)
|
||||||
* [Arrays, Vectors, and Slices](arrays-vectors-and-slices.md)
|
* [Arrays, Vectors, and Slices](arrays-vectors-and-slices.md)
|
||||||
* [Standard Input](standard-input.md)
|
* [Standard Input](standard-input.md)
|
||||||
* [II: Intermediate Rust](intermediate.md)
|
* [Intermediate Rust](intermediate.md)
|
||||||
* [Crates and Modules](crates-and-modules.md)
|
* [Crates and Modules](crates-and-modules.md)
|
||||||
* [Testing](testing.md)
|
* [Testing](testing.md)
|
||||||
* [Pointers](pointers.md)
|
* [Pointers](pointers.md)
|
||||||
@ -31,7 +31,7 @@
|
|||||||
* [Concurrency](concurrency.md)
|
* [Concurrency](concurrency.md)
|
||||||
* [Error Handling](error-handling.md)
|
* [Error Handling](error-handling.md)
|
||||||
* [Documentation](documentation.md)
|
* [Documentation](documentation.md)
|
||||||
* [III: Advanced Topics](advanced.md)
|
* [Advanced Topics](advanced.md)
|
||||||
* [FFI](ffi.md)
|
* [FFI](ffi.md)
|
||||||
* [Unsafe Code](unsafe.md)
|
* [Unsafe Code](unsafe.md)
|
||||||
* [Advanced Macros](advanced-macros.md)
|
* [Advanced Macros](advanced-macros.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user