Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I use expect() so that I can grep for instances of "unwrap()" after the prototyping phase without getting tests.


You can add

    [lints.clippy]
    unwrap_used = "deny"
to Cargo.toml if you want to avoid unwrap and then explicitly opt-in with #[allow(clippy::unwrap_used)]




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: