proc-macro-crate 3.3.0

Replacement for crate (macro_rules keyword) in proc-macros
Documentation
1
2
3
4
5
disallowed-methods = [
    # Avoid a repeat of https://github.com/bkchr/proc-macro-crate/issues/57
    { path = "toml_edit::Item::as_table", reason = "Use .as_table_like instead!" },
    { path = "toml_edit::Item::is_table", reason = "Use .is_table_like instead!" },
]