warpgate/Cranky.toml

9 lines
163 B
TOML
Raw Normal View History

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