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 c5370be commit f575acaCopy full SHA for f575aca
src/doc/trpl/arrays-vectors-and-slices.md
@@ -99,5 +99,4 @@ You can also take a slice of a vector, `String`, or `&str`, because they are
99
backed by arrays. Slices have type `&[T]`, which we'll talk about when we cover
100
generics.
101
102
-We have now learned all of the most basic Rust concepts. Next, we learn how to
103
-get input from the keyboard.
+We have now learned all of the most basic Rust concepts.
0 commit comments