6 lines
80 B
TOML
6 lines
80 B
TOML
warn = [
|
|
"clippy::unwrap_used",
|
|
"clippy::expect_used",
|
|
"clippy::panic",
|
|
]
|