From 2fe46d03264a785dd7943fbb12b27a5e9e5d2fb9 Mon Sep 17 00:00:00 2001 From: Sebastian Wolfram Date: Wed, 8 May 2024 11:53:58 +0200 Subject: [PATCH] disable empty_docs for wasm binding for now --- bindings/wasm/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bindings/wasm/Cargo.toml b/bindings/wasm/Cargo.toml index 75c4df419a..1bd008c6fe 100644 --- a/bindings/wasm/Cargo.toml +++ b/bindings/wasm/Cargo.toml @@ -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" \ No newline at end of file