Post #1125554
2026-04-12 20:05 UTC
Anybody know why rust-analyzer is showing me an extra '/' in the inline doc view?
This happens when I generate code using the doc attr and with '///'.
Rustdoc is rendering it fine, so... RA bug?
Just wanna make sure I'm not missing anything before I open an issue :)
Replies (1)
-
@CyReVolt@mastodon.social 2026-04-13 06:31
@diondokter@fosstodon.org Maybe related to double and triple slashes somehow? Like, // turning into ///. I can imagine it's quite easy to dig through. :)