Remove about standard io chapter from the book (from arrays-vectors-and-slices chapter)

Remove the last sentence about standard io chapter.

Additional Fixes #23760
This commit is contained in:
kgv 2015-03-29 23:26:31 +03:00
parent c5370be36e
commit f575acaf5f

View file

@ -99,5 +99,4 @@ You can also take a slice of a vector, `String`, or `&str`, because they are
backed by arrays. Slices have type `&[T]`, which we'll talk about when we cover
generics.
We have now learned all of the most basic Rust concepts. Next, we learn how to
get input from the keyboard.
We have now learned all of the most basic Rust concepts.