comprehensive-rust
comprehensive-rust copied to clipboard
Error handling: clarify printing of Result
Two examples may print either Ok(username) or Err(error).
This commit clarifies this fact.
This is not so much a fix as a way to not confuse users who may not run the code.