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 681e7ab commit 7462aa6Copy full SHA for 7462aa6
src/lib.rs
@@ -77,23 +77,6 @@
77
),
78
doc = "- [`Box`][pool::boxed::Box]: Like `std::boxed::Box` but backed by a lock-free memory pool rather than `[global_allocator]`."
79
)]
80
-#![cfg_attr(
81
- any(
82
- arm_llsc,
83
- all(
84
- target_pointer_width = "32",
85
- any(target_has_atomic = "64", feature = "portable-atomic")
86
- ),
87
88
- target_pointer_width = "64",
89
90
- all(target_has_atomic = "128", feature = "nightly"),
91
- feature = "portable-atomic"
92
- )
93
94
95
- doc = "- [`Arc`][pool::arc::Arc]: Like `std::sync::Arc` but backed by a lock-free memory pool rather than `[global_allocator]`."
96
-)]
97
#![cfg_attr(
98
any(
99
arm_llsc,
0 commit comments