We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a439d4f + 7c2f10c commit 35672c7Copy full SHA for 35672c7
alloc/Cargo.toml
@@ -36,5 +36,4 @@ check-cfg = [
36
'cfg(no_global_oom_handling)',
37
'cfg(no_rc)',
38
'cfg(no_sync)',
39
- 'cfg(randomized_layouts)',
40
]
coretests/Cargo.toml
@@ -12,6 +12,7 @@ edition = "2024"
12
path = "lib.rs"
13
test = false
14
bench = false
15
+doc = false
16
17
[[test]]
18
name = "coretests"
0 commit comments