We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d2704 commit f9dfa22Copy full SHA for f9dfa22
book/src/06_ticket_management/00_intro.md
@@ -8,7 +8,7 @@ store and retrieve tickets.
8
The task will give us an opportunity to explore new Rust concepts, such as:
9
10
- Stack-allocated arrays
11
-- `Vec`, a growable array type, and slices
+- `Vec`, a growable array type
12
- `Iterator` and `IntoIterator`, for iterating over collections
13
- Slices (`&[T]`), to work with parts of a collection
14
- Lifetimes, to describe how long references are valid
0 commit comments