Skip to content

Commit

Permalink
Fix mistake in the roadmap learning goals.
Browse files Browse the repository at this point in the history
Moved generics, but didn't move the goals.
  • Loading branch information
jonathanpallant committed Jun 13, 2023
1 parent 51ce803 commit 390d36b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions training-slides/src/roadmaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ What follows here is the "default roadmap" for each *Training*. You may follow t
* [Rust I/O Traits](./io.md)
* Exercise: Connected Mailbox
* Learning Goals:
* Writing a struct which is generic over `T`
* Writing a function which is generic over `T: where <some bound>`
* Knowing when you need to `use SomeTrait;`
* Writing an application that uses a dependency
* Putting two crates in a workspace
* Opening TCP sockets and processing string data

### Day 1, Session 3:

Expand Down

0 comments on commit 390d36b

Please sign in to comment.