3 lines
105 B
TOML
3 lines
105 B
TOML
disallowed-macros = [
|
|
{ path = "std::eprintln", reason = "use log::info! or log::warn! instead" },
|
|
]
|