rollup merge of #21783: lukesteensen/patch-1
This commit is contained in:
commit
eb3a06093c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ Let's go over these chunks, one by one:
|
|||
std::old_io::stdin();
|
||||
```
|
||||
|
||||
This calls a function, `stdin()`, that lives inside the `std::io` module. As
|
||||
This calls a function, `stdin()`, that lives inside the `std::old_io` module. As
|
||||
you can imagine, everything in `std` is provided by Rust, the 'standard
|
||||
library.' We'll talk more about the module system later.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue