Skip to content

Commit 7462aa6

Browse files
committed
Remove duplicate documentation line
1 parent 681e7ab commit 7462aa6

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/lib.rs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -77,23 +77,6 @@
7777
),
7878
doc = "- [`Box`][pool::boxed::Box]: Like `std::boxed::Box` but backed by a lock-free memory pool rather than `[global_allocator]`."
7979
)]
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-
all(
88-
target_pointer_width = "64",
89-
any(
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-
)]
9780
#![cfg_attr(
9881
any(
9982
arm_llsc,

0 commit comments

Comments
 (0)