We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To improve our code's readability, we are using group imports by StdExternalCrate. Across all our modules, the following steps are needed:
cargo fmt -- --config group_imports=StdExternalCrate
--config group_imports=StdExternalCrate
cargo fmt -- --check --config group_imports=StdExternalCrate
The text was updated successfully, but these errors were encountered:
@jinjoolee07 todo list 세팅 부탁드립니다. 세팅 완료 후 ping 부탁드려요.
Sorry, something went wrong.
네, 완료했습니다!
jinjoolee07
Successfully merging a pull request may close this issue.
To improve our code's readability, we are using group imports by StdExternalCrate. Across all our modules, the following steps are needed:
cargo fmt -- --config group_imports=StdExternalCrate
--config group_imports=StdExternalCrate
to the CI process like:cargo fmt -- --check --config group_imports=StdExternalCrate
The text was updated successfully, but these errors were encountered: