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
Rollup merge of #103644 - catlee:catlee/option-question-mark-docs, r=workingjubilee
Add docs for question mark operator for Option
As a beginner learning rust, it took me a while to figure out what `?` was doing with Options. I think the documentation of this could be improved.
I've used the question mark documentation from the `Result` type as a template here, and tried to come up with a simple example as well.
0 commit comments