Skip to content

Commit 1646ebd

Browse files
committed
move Deref coercions to syntax and semantics
It's a language feature, so it belongs here.
1 parent 5b54a4f commit 1646ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* [Concurrency](concurrency.md)
1515
* [Error Handling](error-handling.md)
1616
* [FFI](ffi.md)
17-
* [Deref coercions](deref-coercions.md)
1817
* [Syntax and Semantics](syntax-and-semantics.md)
1918
* [Variable Bindings](variable-bindings.md)
2019
* [Functions](functions.md)
@@ -53,6 +52,7 @@
5352
* [Casting between types](casting-between-types.md)
5453
* [Associated Types](associated-types.md)
5554
* [Unsized Types](unsized-types.md)
55+
* [Deref coercions](deref-coercions.md)
5656
* [Macros](macros.md)
5757
* [`unsafe` Code](unsafe-code.md)
5858
* [Nightly Rust](nightly-rust.md)

0 commit comments

Comments
 (0)