Skip to content

Commit e289b68

Browse files
committed
TRPL edits: traits
Let's talk about generics first, since we use traits to bound them in funtions. Partially addresses #24325 Fixes #24271
1 parent 1646ebd commit e289b68

File tree

2 files changed

+101
-189
lines changed

2 files changed

+101
-189
lines changed

src/doc/trpl/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
* [Method Syntax](method-syntax.md)
3535
* [Vectors](vectors.md)
3636
* [Strings](strings.md)
37+
* [Generics](generics.md)
3738
* [Traits](traits.md)
3839
* [Operators and Overloading](operators-and-overloading.md)
3940
* [Drop](drop.md)
40-
* [Generics](generics.md)
4141
* [if let](if-let.md)
4242
* [Trait Objects](trait-objects.md)
4343
* [Closures](closures.md)

0 commit comments

Comments
 (0)