Skip to content

Commit

Permalink
fix: frb unexpected cfg (#1320)
Browse files Browse the repository at this point in the history
Signed-off-by: bkioshn <[email protected]>
  • Loading branch information
bkioshn authored Dec 3, 2024
1 parent f9b60fa commit 6d5d1bc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6d5d1bc

Please sign in to comment.