From 3c27bda689074d621a8602b0816854a035df7844 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Sun, 9 Oct 2022 17:32:30 +0200 Subject: [PATCH] Remove clippy --- clippy.toml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 clippy.toml diff --git a/clippy.toml b/clippy.toml deleted file mode 100644 index 9b693d4..0000000 --- a/clippy.toml +++ /dev/null @@ -1,3 +0,0 @@ -disallowed-methods = [ - { path = "core::mem::forget", reason = "mem::forget is sketchy around unsafe code, use ManuallyDrop instead" } -] \ No newline at end of file