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
Now that Jetbrains has RustRover, this issue is more of a very frustrating defect than a feature. If I was a Kotlin developer, I would submit a patch. Any way we can grease the wheels to get this fixed?
Example input:
//! This is a long comment that needs to be wrapped. Please wrap this comment successfully in the near future.
Expected result:
//! This is a long comment that needs to be wrapped. Please wrap this comment//! successfully in the near future.
Actual result:
//! This is a long comment that needs to be wrapped. Please wrap this comment//successfully in the near future.
Thank you for the plugin and continued maintenance!
Hi, thanks for writing this plugin! I use it everyday :)
I'm wondering if it can be extended to support the
//!
syntax used by rustdoc comments at the top level. Hopefully it should be pretty easy to add :)The text was updated successfully, but these errors were encountered: