mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-24 04:11:30 +11:00
6 lines
188 B
Markdown
6 lines
188 B
Markdown
---
|
|
"muda": "patch"
|
|
---
|
|
|
|
Add `PartialEq<&str> for &MenuId` and `PartialEq<String> for &MenuId` implementations. Also add a blanket `From<T> for MenuId` where `T: ToString` implementation.
|