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/).
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
Original file line number Diff line number Diff line change 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,
You can’t perform that action at this time.
0 commit comments