stuff/clippy.toml

3 lines
No EOL
139 B
TOML

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