Skip to content
New issue

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

Group imports by StdExternalCrate #91

Closed
sophie-cluml opened this issue Jun 8, 2024 · 2 comments · Fixed by #92
Closed

Group imports by StdExternalCrate #91

sophie-cluml opened this issue Jun 8, 2024 · 2 comments · Fixed by #92
Assignees

Comments

@sophie-cluml
Copy link
Contributor

To improve our code's readability, we are using group imports by StdExternalCrate. Across all our modules, the following steps are needed:

  • Modify the code with this command: cargo fmt -- --config group_imports=StdExternalCrate
  • Add --config group_imports=StdExternalCrate to the CI process like: cargo fmt -- --check --config group_imports=StdExternalCrate
  • Submit a PR including the above changes
@sophie-cluml
Copy link
Contributor Author

sophie-cluml commented Jun 17, 2024

@jinjoolee07 todo list 세팅 부탁드립니다. 세팅 완료 후 ping 부탁드려요.

@jinjoolee07
Copy link
Contributor

네, 완료했습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants