rune-rs / rune

An embeddable dynamic programming language for Rust.
https://rune-rs.github.io
Apache License 2.0
1.7k stars 85 forks source link

doc: Fix rendering of custom links #766

Closed udoprog closed 1 month ago

udoprog commented 1 month ago

This fixes an issue where custom text for self links like for Tuple is correctly rendered.

Instead of fn is_empty(self) they were rendered as fn is_empty(()).