chore(core_crypto): remove unused cfg(bench)

This commit is contained in:
Nicolas Sarlin
2024-12-20 11:54:40 +01:00
committed by Nicolas Sarlin
parent 5c44ffad27
commit ae2aeb3b6b
2 changed files with 0 additions and 9 deletions

View File

@@ -320,7 +320,6 @@ crate-type = ["lib", "staticlib", "cdylib"]
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = [
'cfg(bench)',
'cfg(tarpaulin)',
'cfg(tfhe_lints)',
# This is a bug/unwanted behavior from wasm_bindgen macro, for now warn instead of erroring