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
Hi, I've just stumbled on something very weird, this:
useself::unlogged::*;// unlogged token route handlers (/api/<version>/<path>).useself::rust_results::*;// special common Rust Events' Results handler.
Gets rustfmt'ed to this:
useself::rust_results::*;useself::unlogged::*;// unlogged token route handlers (/api/<version>/<path>). // special common Rust Events' Results handler.
I don't use any custom configuration, everything is the default.
Actually, I use the integration from JetBrains IDEs, don't know whether that could be related.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I've just stumbled on something very weird, this:
Gets rustfmt'ed to this:
I don't use any custom configuration, everything is the default.
Actually, I use the integration from JetBrains IDEs, don't know whether that could be related.
Thanks.
The text was updated successfully, but these errors were encountered: