We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b54a4f commit 1646ebdCopy full SHA for 1646ebd
src/doc/trpl/SUMMARY.md
@@ -14,7 +14,6 @@
14
* [Concurrency](concurrency.md)
15
* [Error Handling](error-handling.md)
16
* [FFI](ffi.md)
17
- * [Deref coercions](deref-coercions.md)
18
* [Syntax and Semantics](syntax-and-semantics.md)
19
* [Variable Bindings](variable-bindings.md)
20
* [Functions](functions.md)
@@ -53,6 +52,7 @@
53
52
* [Casting between types](casting-between-types.md)
54
* [Associated Types](associated-types.md)
55
* [Unsized Types](unsized-types.md)
+ * [Deref coercions](deref-coercions.md)
56
* [Macros](macros.md)
57
* [`unsafe` Code](unsafe-code.md)
58
* [Nightly Rust](nightly-rust.md)
0 commit comments