Skip to content

Commit f04ff8d

Browse files
committed
uniffi bindings: temporary lint fix
1 parent 4fd0f3f commit f04ff8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bindings/uniffi/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ aws-lc-rs = { version = "1.10.0", default-features = false, features = [
3737
] }
3838

3939
[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

Comments
 (0)