warpgate/Cranky.toml
2022-07-23 21:53:21 +02:00

8 lines
127 B
TOML

deny = [
"unsafe_code",
"clippy::unwrap_used",
"clippy::expect_used",
"clippy::panic",
"clippy::indexing_slicing",
]