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
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
That is, if there are no changes, don't send a change back from the RLS. Rustfmt knows this, but doesn't expose it in the API we use, so this primarily needs fixing in Rustfmt.
The text was updated successfully, but these errors were encountered:
Return only modified lines in formatting responses
Ticks few boxes in #3. (that's an early issue!)
Closes#334.
This is currently based on rust-lang/rustfmt#3424 and so currently blocked until it merges.
Configures Rustfmt to use `EmitMode::ModifiedLines` and parses the response - this should work with both statically-linked and externally provided Rustfmt.
@alexheretic do you think you could take a look and double-check?
That is, if there are no changes, don't send a change back from the RLS. Rustfmt knows this, but doesn't expose it in the API we use, so this primarily needs fixing in Rustfmt.
The text was updated successfully, but these errors were encountered: