Remove clippy

This commit is contained in:
nora 2022-10-09 17:32:30 +02:00 committed by nils
parent 22aaf91cc1
commit 758aa25e5d

View file

@ -1,3 +0,0 @@
disallowed-methods = [
{ path = "core::mem::forget", reason = "mem::forget is sketchy around unsafe code, use ManuallyDrop instead" }
]