mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-09-20 05:24:35 +08:00
8 lines
142 B
TOML
8 lines
142 B
TOML
deny = [
|
|
"unsafe_code",
|
|
"clippy::unwrap_used",
|
|
"clippy::expect_used",
|
|
"clippy::panic",
|
|
"clippy::indexing_slicing",
|
|
"dbg_macro",
|
|
]
|