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

9 lines
163 B
TOML

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