mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Remove probably unused impl ImplicitClone on Cow<str> * Remove unused import * Remove variant Owned for AttrValue for consistency * Implement ImplicitClone on primitive types Especially those that are Copy.