Skip to content

Commit c90950e

Browse files
committed
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.
1 parent 14c0b3a commit c90950e

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

src/doc/guide.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -421,16 +421,6 @@ return
421421

422422
comments
423423

424-
## Testing
425-
426-
attributes
427-
428-
stability markers
429-
430-
## Crates and Modules
431-
432-
visibility
433-
434424
## Compound Data Types
435425

436426
Tuples
@@ -451,10 +441,21 @@ loop
451441

452442
break/continue
453443

454-
iterators
444+
## iterators
455445

456446
## Lambdas
457447

448+
## Testing
449+
450+
attributes
451+
452+
stability markers
453+
454+
## Crates and Modules
455+
456+
visibility
457+
458+
458459
## Generics
459460

460461
## Traits

0 commit comments

Comments
 (0)