-
Notifications
You must be signed in to change notification settings - Fork 31
Derive defmt::Format for more types #561
Copy link
Copy link
Open
Labels
for:maintainabilityImproves maintainers lifeImproves maintainers lifefor:usabilityImproves users (and maintainers) lifeImproves users (and maintainers) lifegood first issueGood for newcomersGood for newcomersneeds:implementationNeeds implementation to completeNeeds implementation to complete
Metadata
Metadata
Assignees
Labels
for:maintainabilityImproves maintainers lifeImproves maintainers lifefor:usabilityImproves users (and maintainers) lifeImproves users (and maintainers) lifegood first issueGood for newcomersGood for newcomersneeds:implementationNeeds implementation to completeNeeds implementation to complete
The goal is to avoid using
log::Debug2Format. This relates to #477 in the sense that it will unify usinglogordefmt.