Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x fmt: Only check modified files locally
Previously, `x fmt` would only format modified files, while `x fmt .` and `x fmt --check` would still look at all files. After this change, `x fmt --check` only looks at modified files locally. I feel pretty confident in this change - other than #106261, no one has reported bugs in `get_modified_rs_files` since it was added in #105702.
- Loading branch information