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

Allow println, eprintln & writeln to be used without format string #24

Merged
merged 1 commit into from Sep 9, 2021

Conversation

LukasKalbertodt
Copy link
Owner

In that case, they only print/write the newline. This puts them more in line with std's macros.

Fixes #23

In that case, they only print/write the newline. This puts them more in
line with `std`'s macros.
@LukasKalbertodt LukasKalbertodt merged commit 7073596 into master Sep 9, 2021
@LukasKalbertodt LukasKalbertodt deleted the ln-without-format branch September 9, 2021 08:18
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.

Support omitting format string
1 participant