5 ms·
There is! `expect()`
by r3un1 4y ago
There is! `expect()`
- sanderjd 4y agoI think this is a good answer. People should use `expect` for this "I'm sure this is fine" case, with descriptive text about why it's fine.
- tomjakubowski 4y agoOr you can invert it and use `.expect("TODO add error handling")`