This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reformat more code to one import per line
Summary: `./test.py --rustfmt-only` does not reformat these (don't know why). This is preparation to reformat whole fbsource. ``` find fbcode/buck2 -name '*.rs' | xargs arc rustfmt --config group_imports=StdExternalCrate,imports_granularity=Item ``` Reviewed By: ndmitchell Differential Revision: D37524079 fbshipit-source-id: 1087335107e0f722d47abcced4056338d49b3d54
- Loading branch information