File: clippy.toml

package info (click to toggle)
rust-proc-macro-crate 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (2)
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!" },
]