[Rust API Guidelines recommend this](https://rust-lang.github.io/api-guidelines/documentation.html#c-question-mark). It makes for cleaner examples and demonstrates best practice in cases where people copy our code. I propose all new PRs follow this guideline and we slowly pay back the tech debt of `unwrap()` in tests.
Rust API Guidelines recommend this. It makes for cleaner examples and demonstrates best practice in cases where people copy our code.
I propose all new PRs follow this guideline and we slowly pay back the tech debt of
unwrap()in tests.