Skip to content

Instantly share code, notes, and snippets.

@krasnobaev
Created August 24, 2024 17:47
Show Gist options
  • Save krasnobaev/85298bbbea439e65bcaa174a72ecd098 to your computer and use it in GitHub Desktop.
Save krasnobaev/85298bbbea439e65bcaa174a72ecd098 to your computer and use it in GitHub Desktop.
#![warn(
clippy::all,
clippy::restriction,
clippy::pedantic,
clippy::nursery,
// clippy::cargo,
)]
#![allow(clippy::missing_docs_in_private_items)]
#![allow(clippy::print_stdout)]
#![allow(clippy::print_stderr)]
#![allow(clippy::absolute_paths)]
#![allow(clippy::missing_const_for_fn)]
#![allow(clippy::single_call_fn)]
#![allow(clippy::implicit_return)]
#![allow(clippy::unnecessary_wraps)]
#![allow(clippy::shadow_unrelated)]
#![allow(clippy::separated_literal_suffix)]
#![allow(clippy::use_debug)]
#![allow(clippy::min_ident_chars)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment