Move drop back in TRPL TOC

It's a trait implementation, so we need traits first.
This commit is contained in:
Steve Klabnik 2015-04-18 16:02:45 -04:00
parent f81b1fcf8c
commit a3a2049166

View File

@ -33,11 +33,11 @@
* [Structs](structs.md)
* [Patterns](patterns.md)
* [Method Syntax](method-syntax.md)
* [Drop](drop.md)
* [Vectors](vectors.md)
* [Strings](strings.md)
* [Traits](traits.md)
* [Operators and Overloading](operators-and-overloading.md)
* [Drop](drop.md)
* [Generics](generics.md)
* [if let](if-let.md)
* [Trait Objects](trait-objects.md)