We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf74c74 commit 5486b7cCopy full SHA for 5486b7c
1 file changed
dylint.toml
@@ -5,7 +5,7 @@ libraries = [
5
6
[perfectionist]
7
disable = [
8
- { name = "arc_rc_clone", reason = "`arc_rc_clone` is enforced by `clippy::clone_on_ref_ptr` instead" },
+ { name = "arc_rc_clone", reason = "already use clippy::clone_on_ref_ptr" },
9
]
10
11
["perfectionist::derive_ordering"]
0 commit comments