File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ - Minor fixes to module docs.
10
11
- Make MSRV of 1.87.0 explicit.
11
12
12
13
## [ v0.9.1] - 2025-08-19
Original file line number Diff line number Diff line change 77
77
) ,
78
78
doc = "- [`Box`][pool::boxed::Box]: Like `std::boxed::Box` but backed by a lock-free memory pool rather than `[global_allocator]`."
79
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
- 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
- ) ]
97
80
#![ cfg_attr(
98
81
any(
99
82
arm_llsc,
You can’t perform that action at this time.
0 commit comments