about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-04-18 16:56:49 -0400
committerSteve Klabnik <steve@steveklabnik.com>2015-04-20 09:37:49 -0400
commit1646ebd5baae3bc2eea9ace51c3b9bf497dad80e (patch)
tree93e09ec0c82172bb0f129582ba3c3b0515cbb405
parent5b54a4f03b9a8d40128e990b17f74b0d40c5f321 (diff)
downloadrust-1646ebd5baae3bc2eea9ace51c3b9bf497dad80e.tar.gz
rust-1646ebd5baae3bc2eea9ace51c3b9bf497dad80e.zip
move Deref coercions to syntax and semantics
It's a language feature, so it belongs here.
-rw-r--r--src/doc/trpl/SUMMARY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/SUMMARY.md b/src/doc/trpl/SUMMARY.md
index 33ee0cc49ed..1e01697c1e7 100644
--- a/src/doc/trpl/SUMMARY.md
+++ b/src/doc/trpl/SUMMARY.md
@@ -14,7 +14,6 @@
     * [Concurrency](concurrency.md)
     * [Error Handling](error-handling.md)
     * [FFI](ffi.md)
-    * [Deref coercions](deref-coercions.md)
 * [Syntax and Semantics](syntax-and-semantics.md)
     * [Variable Bindings](variable-bindings.md)
     * [Functions](functions.md)
@@ -53,6 +52,7 @@
     * [Casting between types](casting-between-types.md)
     * [Associated Types](associated-types.md)
     * [Unsized Types](unsized-types.md)
+    * [Deref coercions](deref-coercions.md)
     * [Macros](macros.md)
     * [`unsafe` Code](unsafe-code.md)
 * [Nightly Rust](nightly-rust.md)