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

Clean up fizzbuzz. #115

Merged
merged 3 commits into from
Sep 30, 2024
Merged

Clean up fizzbuzz. #115

merged 3 commits into from
Sep 30, 2024

Conversation

jonathanpallant
Copy link
Member

Prefer format! over .to_string() and don't introduce String::from(...) because it doesn't work with integers.

Fixes #106

Prefer `format!` over `.to_string()` and don't introduce `String::from(...)` because it doesn't work with integers.
Copy link

cloudflare-workers-and-pages bot commented Sep 26, 2024

Deploying ferrous-systems-rust-exercises with  Cloudflare Pages  Cloudflare Pages

Latest commit: 931a4d7
Status:⚡️  Build in progress...

View logs

exercise-book/src/fizzbuzz.md Outdated Show resolved Hide resolved
@skade skade merged commit ea96a93 into main Sep 30, 2024
1 of 2 checks passed
@miguelraz miguelraz deleted the fizbuzz-format-not-string-from branch September 30, 2024 14:16
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 this pull request may close these issues.

format! introduced without explanantion
2 participants