Skip to content

Commit

Permalink
disable empty_docs for wasm binding for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfraem committed May 8, 2024
1 parent 965a895 commit 2fe46d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bindings/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ instant = { version = "0.1", default-features = false, features = ["wasm-bindgen
[profile.release]
opt-level = 's'
lto = true

[lints.clippy]
# can be removed as soon as fix has been added to clippy
# see https://github.com/rust-lang/rust-clippy/issues/12377
empty_docs = "allow"

0 comments on commit 2fe46d0

Please sign in to comment.