From c90950ea60f09330f3c637201afddda475aa504d Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Fri, 27 Jun 2014 17:31:28 -0400 Subject: [PATCH] Re-arrange TOC. 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 | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index 4577c5a86d7..869a9af166a 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -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