rust: pin-init: improve safety documentation for `impl<T> [Pin]Init<T> for T`
authorBenno Lossin <lossin@kernel.org>
Thu, 29 May 2025 08:10:23 +0000 (10:10 +0200)
committerBenno Lossin <lossin@kernel.org>
Wed, 11 Jun 2025 19:13:56 +0000 (21:13 +0200)
commit8b3d955f72f999ccce26aabdeb09939964d05a61
tree39b7c7535c7a6967ddad3d7987149047b7b87be5
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
rust: pin-init: improve safety documentation for `impl<T> [Pin]Init<T> for T`

The inner SAFETY comments were missing since commit 5cfe7bef6751 ("rust:
enable `clippy::undocumented_unsafe_blocks` lint").

Also rework the implementation of `__pinned_init` to better justify the
SAFETY comment.

Link: https://github.com/Rust-for-Linux/pin-init/pull/62/commits/df925b2e27d499b7144df7e62b01acb00d4b94b8
Reviewed-by: Boqun Feng <boqun.feng@gmail.com>
Link: https://lore.kernel.org/all/20250529081027.297648-1-lossin@kernel.org
Signed-off-by: Benno Lossin <lossin@kernel.org>
rust/pin-init/src/lib.rs