Skip to content

Commit 37b35e9

Browse files
committed
Auto merge of #30271 - steveklabnik:reorder_book, r=aturon
This ordering was significantly more confusing.
2 parents 461c460 + de39b2c commit 37b35e9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/doc/book/SUMMARY.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
* [Guessing Game](guessing-game.md)
66
* [Dining Philosophers](dining-philosophers.md)
77
* [Rust Inside Other Languages](rust-inside-other-languages.md)
8-
* [Effective Rust](effective-rust.md)
9-
* [The Stack and the Heap](the-stack-and-the-heap.md)
10-
* [Testing](testing.md)
11-
* [Conditional Compilation](conditional-compilation.md)
12-
* [Documentation](documentation.md)
13-
* [Iterators](iterators.md)
14-
* [Concurrency](concurrency.md)
15-
* [Error Handling](error-handling.md)
16-
* [Choosing your Guarantees](choosing-your-guarantees.md)
17-
* [FFI](ffi.md)
18-
* [Borrow and AsRef](borrow-and-asref.md)
19-
* [Release Channels](release-channels.md)
208
* [Syntax and Semantics](syntax-and-semantics.md)
219
* [Variable Bindings](variable-bindings.md)
2210
* [Functions](functions.md)
@@ -54,6 +42,18 @@
5442
* [Macros](macros.md)
5543
* [Raw Pointers](raw-pointers.md)
5644
* [`unsafe`](unsafe.md)
45+
* [Effective Rust](effective-rust.md)
46+
* [The Stack and the Heap](the-stack-and-the-heap.md)
47+
* [Testing](testing.md)
48+
* [Conditional Compilation](conditional-compilation.md)
49+
* [Documentation](documentation.md)
50+
* [Iterators](iterators.md)
51+
* [Concurrency](concurrency.md)
52+
* [Error Handling](error-handling.md)
53+
* [Choosing your Guarantees](choosing-your-guarantees.md)
54+
* [FFI](ffi.md)
55+
* [Borrow and AsRef](borrow-and-asref.md)
56+
* [Release Channels](release-channels.md)
5757
* [Nightly Rust](nightly-rust.md)
5858
* [Compiler Plugins](compiler-plugins.md)
5959
* [Inline Assembly](inline-assembly.md)

0 commit comments

Comments
 (0)