We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e8f0d commit 5ce9214Copy full SHA for 5ce9214
clippy.toml
@@ -0,0 +1,4 @@
1
+disallowed-methods = [
2
+ { path = "toml_edit::Item::as_table", reason = "Use .as_table_like instead!" },
3
+ { path = "toml_edit::Item::is_table", reason = "Use .is_table_like instead!" },
4
+]
0 commit comments