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
refactor: stop passing around std::io::Stdin objects
std::io::Stdin is a singleton, a programm cannot have more than one
stdin. Just replace the usage with a call to std::io::stdin()
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments