Skip to content

Commit

Permalink
ci: ignore unexpected cfg for frb_expand
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Jan 11, 2025
1 parent 08699f5 commit 5ce44c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/mimir/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name = "embedded_milli"
version = "0.0.0"
edition = "2021"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frb_expand)'] }

[lib]
crate-type = ["staticlib", "cdylib"]

Expand Down

0 comments on commit 5ce44c5

Please sign in to comment.