From 6d5d1bcace01757b72698635db2ee8e953d445f2 Mon Sep 17 00:00:00 2001 From: bkioshn <35752733+bkioshn@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:37:15 +0700 Subject: [PATCH] fix: frb unexpected cfg (#1320) Signed-off-by: bkioshn --- .../packages/libs/catalyst_key_derivation/rust/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/catalyst_voices/packages/libs/catalyst_key_derivation/rust/Cargo.toml b/catalyst_voices/packages/libs/catalyst_key_derivation/rust/Cargo.toml index 257bb6b8b7f..48f6c3ce379 100644 --- a/catalyst_voices/packages/libs/catalyst_key_derivation/rust/Cargo.toml +++ b/catalyst_voices/packages/libs/catalyst_key_derivation/rust/Cargo.toml @@ -28,6 +28,8 @@ non_ascii_idents = "deny" single_use_lifetimes = "deny" trivial_casts = "deny" trivial_numeric_casts = "deny" +# TODO(bkioshn): Revisit the errors https://github.com/input-output-hk/catalyst-voices/issues/1319 +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frb_expand)'] } [lints.rustdoc] broken_intra_doc_links = "deny"