We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Using /// blocks with whitespaces only displaces the associated declaration. This behaviour isn't displayed when no whitespaces are used.
///
It's fairly easy to reproduce:
// will cause display issues, note the whitespaces /// pub fn foo() {} // ok, no whitespaces /// pub fn bar() {}
cc @GuillaumeGomez