Skip to content

Commit

Permalink
uniffi bindings: temporary lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Dec 11, 2024
1 parent 4fd0f3f commit f04ff8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bindings/uniffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ aws-lc-rs = { version = "1.10.0", default-features = false, features = [
] }

[workspace]

# Temp hack for uniffi 0.28 generated code, will not be necessary after next uniffi update.
[lints.clippy]
empty-line-after-doc-comments = "allow"

0 comments on commit f04ff8d

Please sign in to comment.