diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2014-06-27 17:31:28 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2014-07-01 12:53:15 -0400 |
| commit | c90950ea60f09330f3c637201afddda475aa504d (patch) | |
| tree | fda074104dfd60d9a6997544b6719e7f1b800555 | |
| parent | 14c0b3ab42a8f963b5e766605f31028e30cd9c0a (diff) | |
| download | rust-c90950ea60f09330f3c637201afddda475aa504d.tar.gz rust-c90950ea60f09330f3c637201afddda475aa504d.zip | |
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.
| -rw-r--r-- | src/doc/guide.md | 23 |
1 files 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 |
