summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-toml/arithmetic_side_effects_allowed/clippy.toml
blob: 89cbea7ecfe4728a7660a497312179bdafea4311 (plain)
1
2
3
4
5
6
7
8
9
10
11
arithmetic-side-effects-allowed = [
    "OutOfNames"
]
arithmetic-side-effects-allowed-binary = [
    ["Foo", "Foo"],
    ["Foo", "i32"],
    ["i32", "Foo"],
    ["Bar", "*"],
    ["*", "Bar"],
]
arithmetic-side-effects-allowed-unary = ["Foo"]