We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2377c99 commit 23144f4Copy full SHA for 23144f4
compiler/base/orchestrator/Cargo.toml
@@ -5,6 +5,9 @@ edition = "2021"
5
6
[workspace]
7
8
+[lints.rust]
9
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(force_docker)'] }
10
+
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
[dependencies]
13
asm-cleanup = { path = "../asm-cleanup" }
0 commit comments