Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Inherit fmt::formatter<errors::Error> From fmt::formatter<std::string_view> #134

Closed
threeal opened this issue Jan 4, 2024 · 0 comments · Fixed by #136
Closed

Inherit fmt::formatter<errors::Error> From fmt::formatter<std::string_view> #134

threeal opened this issue Jan 4, 2024 · 0 comments · Fixed by #136
Assignees
Labels
Milestone

Comments

@threeal
Copy link
Owner

threeal commented Jan 4, 2024

This issue suggests inheriting the fmt::formatter<errors::Error> struct from the fmt::formatter<std::string_view> struct to allow errors::Error to be formatted with the same specifications as std::string_view. Additionally, this change may also resolve #133.

@threeal threeal changed the title Inherit fmt::formatter<errors::Error> from fmt::formatter<std::string_view> Inherit fmt::formatter<errors::Error> From fmt::formatter<std::string_view> Jan 4, 2024
@threeal threeal self-assigned this Jan 4, 2024
@threeal threeal added this to the Version 1.0.0 milestone Jan 4, 2024
@threeal threeal closed this as completed Jan 4, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant