Skip to content

Commit 7876b71

Browse files
authored
Merge pull request #600 from qbradley/dup
Remove duplicate documentation line
2 parents 681e7ab + 26bae14 commit 7876b71

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
- Minor fixes to module docs.
1011
- Make MSRV of 1.87.0 explicit.
1112

1213
## [v0.9.1] - 2025-08-19

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)