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 095a078 commit fba5ba3Copy full SHA for fba5ba3
library/panic_abort/Cargo.toml
@@ -21,4 +21,4 @@ compiler_builtins = "0.1.0"
21
libc = { version = "0.2", default-features = false }
22
23
[lints.rust]
24
-unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("vexos"))'] }
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("vexos"))'] }
0 commit comments