bon icon indicating copy to clipboard operation
bon copied to clipboard

Source references in docs generated by rustdoc lead to the macro callsite instead of the original function

Open Veetaha opened this issue 1 year ago • 0 comments

If you click on any Source link for the methods in this library, the line of code that is opened is the line of #[bon] macro call site, not the original function itself.

Instead, the docs should forward to the function that was used to generate the builder.

Veetaha avatar Aug 25 '24 21:08 Veetaha