]> git.lizzy.rs Git - rust.git/blobdiff - src/doc/trpl/SUMMARY.md
Rollup merge of #24281 - steveklabnik:lol_editing, r=alexcrichton
[rust.git] / src / doc / trpl / SUMMARY.md
index fb042b2704b6bf3680ad20758f683a6182f7088c..f2d1666048d89773cb3a5745616edc4e0dc7d30f 100644 (file)
@@ -17,8 +17,8 @@
     * [Deref coercions](deref-coercions.md)
 * [Syntax and Semantics](syntax-and-semantics.md)
     * [Variable Bindings](variable-bindings.md)
-    * [Primitive Types](primitive-types.md)
     * [Functions](functions.md)
+    * [Primitive Types](primitive-types.md)
     * [Comments](comments.md)
     * [if](if.md)
     * [for loops](for-loops.md)
@@ -35,8 +35,6 @@
     * [Method Syntax](method-syntax.md)
     * [Drop](drop.md)
     * [Vectors](vectors.md)
-    * [Arrays](arrays.md)
-    * [Slices](slices.md)
     * [Strings](strings.md)
     * [Traits](traits.md)
     * [Operators and Overloading](operators-and-overloading.md)
@@ -48,7 +46,6 @@
     * [Crates and Modules](crates-and-modules.md)
     * [`static`](static.md)
     * [`const`](const.md)
-    * [Tuples](tuples.md)
     * [Tuple Structs](tuple-structs.md)
     * [Attributes](attributes.md)
     * [Conditional Compilation](conditional-compilation.md)
@@ -69,3 +66,4 @@
     * [Box Syntax and Patterns](box-syntax-and-patterns.md)
     * [Slice Patterns](slice-patterns.md)
 * [Glossary](glossary.md)
+* [Academic Research](academic-research.md)