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

Remove format_args! #50

Closed
wants to merge 1 commit into from
Closed

Conversation

KianKhadempour
Copy link

Fixes #49

@oli-obk
Copy link
Owner

oli-obk commented Aug 29, 2024

While it's desirable to be able to use non-display types, the format_args invocation exists to check that the format string is sane. We'd have to rewrite this crate as a proc macro to do all that work from scratch.

@oli-obk oli-obk closed this Aug 29, 2024
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.

All macros require the output to implement Display
2 participants