mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 17:28:07 +00:00
6 lines
187 B
TOML
6 lines
187 B
TOML
standard-macro-braces = [
|
|
{ name = "quote", brace = "{" },
|
|
{ name = "quote::quote", brace = "{" },
|
|
{ name = "eprint", brace = "[" },
|
|
{ name = "type_pos", brace = "[" },
|
|
]
|