"Optional Values" section in basics.md uses `println!("first value {}", first.unwrap())` without explaining why we don't need to dereference `first.unwrap()`
Opened this issue · 0 comments
josephrocca commented
Title pretty much explains it. I was going to do a pull request but wasn't sure how to explain it (I'm a rust newb).