Skip to content

v1.10.2

Choose a tag to compare

@Goldziher Goldziher released this 22 Jun 08:09
· 15 commits to main since this release

Fixed

  • 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.