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.
we currently return the entire re-formatted file, it would be better to return the ranges modified and the new text (and also update the VFS with that) (blocked on API that returns the ranges modified rustfmt#1173)
If there are no changes, don't change anything (Allow reformat to be a no-op #334). Rustfmt sort of has the facility to tell us this, but it is not exposed in the mode we need. Could be fixed by the diff approach, but might be easier to add as step towards that.