You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The majority of the Rust codebase uses /// style doc comments. Rarely will a file contain occurences of /**. I think it is safe to say that the /// style is currently preferred. I would like to see the entire codebase subscribe to a single doc comment style.
This is a quite trivial fix for existing code, but I'd like to hear some external opinion before I make the change (or don't, depending).