Re: [PATCH 04/22] rust: pin-init: move proc-macro documentation into pin-init crate
From: Andreas Hindborg
Date: Wed Mar 05 2025 - 04:53:11 EST
"Benno Lossin" <benno.lossin@xxxxxxxxx> writes:
> Move the documentation of proc-macros from pin-init-internal into
> pin-init. This is because documentation can only reference types from
> dependencies and pin-init-internal cannot have pin-init as a dependency,
> as that would be cyclic.
`pin_data` et. al. is now re-exported both in `kernel::prelude` and
`kernel::init`, but I guess that is fine?
When you say "can only reference types", do you mean via links in the text?
Best regards,
Andreas Hindborg