Skip to content

Commit a3a2049

Browse files
committed
Move drop back in TRPL TOC
It's a trait implementation, so we need traits first.
1 parent f81b1fc commit a3a2049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
* [Structs](structs.md)
3434
* [Patterns](patterns.md)
3535
* [Method Syntax](method-syntax.md)
36-
* [Drop](drop.md)
3736
* [Vectors](vectors.md)
3837
* [Strings](strings.md)
3938
* [Traits](traits.md)
4039
* [Operators and Overloading](operators-and-overloading.md)
40+
* [Drop](drop.md)
4141
* [Generics](generics.md)
4242
* [if let](if-let.md)
4343
* [Trait Objects](trait-objects.md)

0 commit comments

Comments
 (0)