Skip to content

Commit

Permalink
Fix OSS CI Signal
Browse files Browse the repository at this point in the history
Summary: D68593198 Added `cfg!(fbcode_build)`, but the warning of it needs to be suppressed in `Cargo.toml`

Reviewed By: JakobDegen

Differential Revision: D68648538

fbshipit-source-id: 5b988e5cd78733b2433f3b10c47338b1185170d9
  • Loading branch information
Will-MingLun-Li authored and facebook-github-bot committed Jan 24, 2025
1 parent ceee62e commit 425acba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/buck2_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ libc = { workspace = true }

[dev-dependencies]
maplit = { workspace = true }

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

0 comments on commit 425acba

Please sign in to comment.