2022-10-06 02:44:38 -05:00
|
|
|
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",
|
2023-09-12 11:13:53 -05:00
|
|
|
"macros::binop",
|
|
|
|
"macros::attr",
|
2024-02-27 08:25:18 -06:00
|
|
|
"proc_macros::Derive",
|
2022-10-06 02:44:38 -05:00
|
|
|
]
|