We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd0f3f commit f04ff8dCopy full SHA for f04ff8d
bindings/uniffi/Cargo.toml
@@ -37,3 +37,7 @@ aws-lc-rs = { version = "1.10.0", default-features = false, features = [
37
] }
38
39
[workspace]
40
+
41
+# Temp hack for uniffi 0.28 generated code, will not be necessary after next uniffi update.
42
+[lints.clippy]
43
+empty-line-after-doc-comments = "allow"
0 commit comments