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:
parent
c5370be36e
commit
f575acaf5f
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue