mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 01:17:16 +00:00
11 lines
246 B
TOML
11 lines
246 B
TOML
disallowed-macros = [
|
|
"std::println",
|
|
"std::vec",
|
|
{ path = "std::cfg" },
|
|
{ path = "serde::Serialize", reason = "no serializing" },
|
|
"macros::expr",
|
|
"macros::stmt",
|
|
"macros::ty",
|
|
"macros::pat",
|
|
"macros::item",
|
|
]
|