summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-toml/nonstandard_macro_braces/clippy.toml
blob: bced8948a02412124fda554499a11a82e99ffc9f (plain)
1
2
3
4
5
6
standard-macro-braces = [
    { name = "quote", brace = "{" },
    { name = "quote::quote", brace = "{" },
    { name = "eprint", brace = "[" },
    { name = "type_pos", brace = "[" },
]