Remove unneeded Private traits #213

Open
opened 2024-09-02 20:32:08 +02:00 by wojtek · 0 comments
Owner

Some Private traits are probably not necessary. If a trait is being implemented next to the struct definition then its impl can serve as the Private trait. A Private trait is only needed for helpers to blanket trait implementations.

Some Private traits are probably not necessary. If a trait is being implemented next to the struct definition then its impl can serve as the Private trait. A Private trait is only needed for helpers to blanket trait implementations.
wojtek added this to the v1.0.0-alpha milestone 2024-09-02 20:32:08 +02:00
wojtek added the
chore
label 2024-09-02 20:32:08 +02:00
wojtek removed this from the v1.0.0-alpha milestone 2024-09-21 23:01:33 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: wojtek/musichoard#213
No description provided.