mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
app: mute a clippy error about a wasm_bindgen directive
This commit is contained in:
committed by
nitnelave
parent
c01c7744c7
commit
5cc489aafe
@@ -79,6 +79,11 @@ rev = "4b9fabffb63393ec7626a4477fd36de12a07fac9"
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[lints.rust]
|
||||
unexpected_cfgs = { level = "warn", check-cfg = [
|
||||
'cfg(wasm_bindgen_unstable_test_coverage)',
|
||||
] }
|
||||
|
||||
[package.metadata.wasm-pack.profile.dev]
|
||||
wasm-opt = ['--enable-bulk-memory']
|
||||
[package.metadata.wasm-pack.profile.profiling]
|
||||
|
||||
Reference in New Issue
Block a user