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 73a2804 commit d6ea20eCopy full SHA for d6ea20e
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