Hacker News new | ask | show | jobs
by GolDDranks 3328 days ago
If I know that the unwrap is 100% safe I tend to write: `.expect("Invariant: $REASON_WHY_THIS_NEVER_FAILS")`
1 comments

Cool trick!