Thanks for the patch! On Fri, Dec 26, 2025 at 06:22:36PM +0100, Ewan Chorynski via B4 Relay wrote: > From: Ewan Chorynski <[email protected]> > > The safety requirements for `Pin::into_inner_unchecked` state that the > returned pointer must be treated as pinned until it is dropped. Such a > guarantee is provided by the `ARef` type. This patch improve the safety > comment to to better reflect this.
typo: This patch improves typo: word "to" is duplicated twice > --- > Signed-off-by: Ewan Chorynski <[email protected]> The Signed-off-by needs to go above the --- line. Otherwise it's not included in the commit message. Alice
