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.
std_detect
std
1 parent 9c38e2e commit a0d9f53Copy full SHA for a0d9f53
library/std/Cargo.toml
@@ -23,7 +23,7 @@ unwind = { path = "../unwind" }
23
hashbrown = { version = "0.15", default-features = false, features = [
24
'rustc-dep-of-std',
25
] }
26
-std_detect = { path = "../stdarch/crates/std_detect", default-features = false, features = [
+std_detect = { path = "../stdarch/crates/std_detect", public = true, default-features = false, features = [
27
28
29
0 commit comments