Skip to content

Commit 23144f4

Browse files
committed
Allow our custom cfg
1 parent 2377c99 commit 23144f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler/base/orchestrator/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ edition = "2021"
55

66
[workspace]
77

8+
[lints.rust]
9+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(force_docker)'] }
10+
811
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
912
[dependencies]
1013
asm-cleanup = { path = "../asm-cleanup" }

0 commit comments

Comments
 (0)