You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generated binding doc comments no longer emit Rust intra-doc link syntax. alef copied core rustdoc comments verbatim into the per-language binding crates, carrying intra-doc links that resolve in the core crate but break cargo doc in the binding crates with rustdoc::broken-intra-doc-links. The references are now de-linked to plain code spans during emission, preserving genuine URL/anchor Markdown links. Picked up from the alef 0.25.60 regen.