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

Change 'print(fmt!(...))' to printf!/printfln! #7968

Closed
wants to merge 2 commits into from

Conversation

poiru
Copy link
Contributor

@poiru poiru commented Jul 22, 2013

This changes print(fmt!(...)) and println(fmt!(...)) to printf!(...) and printfln!(...). This also removes the format strings in places where it is "%?". Others cases, such as "%s" can be removed, too, but perhaps those are best left for another PR.

@thestinger
Copy link
Contributor

Landing as part of #7982.

@thestinger thestinger closed this Jul 24, 2013
@poiru poiru deleted the print-fmt-cleanup branch January 30, 2014 16:52
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 23, 2021
Fix `manual_map` with unsafe functions

fixes: rust-lang#7820
changelog: Fix `manual_map` suggestion when used with unsafe functions and unsafe blocks
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.

5 participants