]> git.lizzy.rs Git - rust.git/commitdiff
Re-arrange TOC.
authorSteve Klabnik <steve@steveklabnik.com>
Fri, 27 Jun 2014 21:31:28 +0000 (17:31 -0400)
committerSteve Klabnik <steve@steveklabnik.com>
Tue, 1 Jul 2014 16:53:15 +0000 (12:53 -0400)
I'm going to move testing to be right AFTER the guessing game. I wanted it
to be borderline TDD, but I think that, since the first example is just one
file, it might be a bit overkill.

I'm doing this in its own commit to hopefully avoid merge conflicts.

src/doc/guide.md

index 4577c5a86d77582d18c8f9bf19e243d1a6ddb439..869a9af166a541f089d78bf76780956afb7a8932 100644 (file)
@@ -421,16 +421,6 @@ return
 
 comments
 
-## Testing
-
-attributes
-
-stability markers
-
-## Crates and Modules
-
-visibility
-
 ## Compound Data Types
 
 Tuples
@@ -451,10 +441,21 @@ loop
 
 break/continue
 
-iterators
+## iterators
 
 ## Lambdas
 
+## Testing
+
+attributes
+
+stability markers
+
+## Crates and Modules
+
+visibility
+
+
 ## Generics
 
 ## Traits