On Thu Jan 22, 2026 at 11:10 PM CET, Lyude Paul wrote: > Looks like we've actually had a malformed rustdoc reference in the rustdocs > for Registration::new_foreign_owned() for a while that, when fixed, still > couldn't resolve properly because it refers to a private item. > > This is probably leftover from when Registration::new() was public, so drop > the documentation from that function and fixup the documentation for > Registration::new_foreign_owned(). > > Signed-off-by: Lyude Paul <[email protected]>
I'd add a Fixes: tag for this, since it's user facing documentation. Acked-by: Danilo Krummrich <[email protected]>
