Skip to content

Instantly share code, notes, and snippets.

@mrsoftware
Created December 4, 2024 20:40
Show Gist options
  • Save mrsoftware/238fa2daf68ade233a37f6ce09ef8cdf to your computer and use it in GitHub Desktop.
Save mrsoftware/238fa2daf68ade233a37f6ce09ef8cdf to your computer and use it in GitHub Desktop.
rust anti-patterns to avoid
#![deny(clippy::unwrap_used)]
#![deny(clippy::expect_used)]
#![deny(clippy::panic)]
#![deny(unused_must_use)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment