mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 05:03:21 +00:00
11 lines
244 B
TOML
11 lines
244 B
TOML
arithmetic-side-effects-allowed = [
|
|
"OutOfNames"
|
|
]
|
|
arithmetic-side-effects-allowed-binary = [
|
|
["Foo", "Foo"],
|
|
["Foo", "i32"],
|
|
["i32", "Foo"],
|
|
["Bar", "*"],
|
|
["*", "Bar"],
|
|
]
|
|
arithmetic-side-effects-allowed-unary = ["Foo"]
|