summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-toml/disallowed_macros/clippy.toml
blob: c8fe8be9a7704d2e888b00ddbfe17814eb511ed1 (plain)
1
2
3
4
5
6
7
8
9
10
11
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",
]