Skip to content

Instantly share code, notes, and snippets.

@slavfox
Created November 15, 2021 08:04
Show Gist options
  • Save slavfox/29bd8f367fcccc5ad06fba96cb2b99c1 to your computer and use it in GitHub Desktop.
Save slavfox/29bd8f367fcccc5ad06fba96cb2b99c1 to your computer and use it in GitHub Desktop.
clippy config
#![warn(
clippy::all,
clippy::pedantic,
clippy::nursery,
missing_docs,
clippy::missing_docs_in_private_items,
clippy::mod_module_files
)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment