top | item 44051674

(no title)

theodorton | 9 months ago

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)]

discuss

order

No comments yet.