mirror of
https://github.com/Noratrieb/stuff.git
synced 2026-01-14 16:35:08 +01:00
3 lines
No EOL
139 B
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" }
|
|
] |