2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-02-22 00:48:43 +00:00
rust-clippy/tests/ui-toml/arithmetic_side_effects_allowed/clippy.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"]