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