mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-10 09:12:56 +08:00
7 lines
127 B
TOML
7 lines
127 B
TOML
deny = [
|
|
"unsafe_code",
|
|
"clippy::unwrap_used",
|
|
"clippy::expect_used",
|
|
"clippy::panic",
|
|
"clippy::indexing_slicing",
|
|
]
|