Hacker News new | ask | show | jobs
by afavour 400 days ago
I agree that unwrap looks ugly. Sometimes I wish Rust had a ! operator like Swift and TypeScript do. But then that would encourage bad practises in non-test code, so…