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 c360fe8 commit 919d277Copy full SHA for 919d277
crates/core_arch/Cargo.toml
@@ -26,3 +26,6 @@ std_detect = { version = "0.*", path = "../std_detect" }
26
27
[target.'cfg(all(target_arch = "x86_64", target_os = "linux"))'.dev-dependencies]
28
syscalls = { version = "0.6.18", default-features = false }
29
+
30
+[lints.rust]
31
+unexpected_cfgs = {level = "warn", check-cfg = ['cfg(stdarch_intel_sde)'] }
crates/core_arch/build.rs
0 commit comments