2022-10-05 08:44:01 -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-08-31 07:52:55 -05:00
|
|
|
"macros::binop",
|
|
|
|
"macros::attr",
|
2024-02-10 15:10:05 -06:00
|
|
|
"proc_macros::Derive",
|
2022-10-05 08:44:01 -05:00
|
|
|
]
|