We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040b386 commit 1093036Copy full SHA for 1093036
1 file changed
Cargo.toml
@@ -53,6 +53,7 @@ needless-pass-by-ref-mut = "warn"
53
too-many-lines = "allow"
54
55
# clippy::restriction allows
56
+absolute-paths = "allow"
57
allow-attributes-without-reason = "allow"
58
arbitrary-source-item-ordering = "allow"
59
arithmetic-side-effects = "allow"
0 commit comments