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

fix: use inline args in all println and format #83

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

Angelmmiguel
Copy link
Contributor

Move all println! and format! argument to the new inline format. This will remove the errors from clippy and it makes the code more readable.

It closes #82

@Angelmmiguel Angelmmiguel added the 🚀 enhancement New feature or request label Feb 2, 2023
@Angelmmiguel Angelmmiguel added this to the v1.0.0 milestone Feb 2, 2023
@Angelmmiguel Angelmmiguel self-assigned this Feb 2, 2023
@Angelmmiguel Angelmmiguel merged commit eb1df99 into main Feb 2, 2023
@Angelmmiguel Angelmmiguel deleted the 82-use-inline-args branch May 8, 2023 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix inline arguments for println! and format!
2 participants