You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the problem:
The issue is while in std::io::stdin:
std is the standard library in Rust.
io is a module within the std library.
stdin is a function within the io module, but the book said "io library" it does confused too much as a newbie the user won't impose his thoughts for a moment he/she will rather trust the BOOK that ::io is indeed a library (with confusion in his mind). so it needs to be fixed.
Suggested fix:
Replace "library" with "Module"
The text was updated successfully, but these errors were encountered:
I have searched open and closed issues and pull requests for duplicates, using these search terms:
main
branch to see if this has already been fixed, in this file:URL to the section(s) of the book with this problem:
The issue is while in std::io::stdin:
std is the standard library in Rust.
io is a module within the std library.
stdin is a function within the io module, but the book said "io library" it does confused too much as a newbie the user won't impose his thoughts for a moment he/she will rather trust the BOOK that ::io is indeed a library (with confusion in his mind). so it needs to be fixed.
Replace "library" with "Module"
The text was updated successfully, but these errors were encountered: