You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
chore: implement Display instead of ToString (#828)
* Implement `Display` instead of `ToString`
From the [standard library documentation](https://doc.rust-lang.org/std/string/trait.ToString.html):
> This trait is automatically implemented for any type which implements the `Display` trait. As such, `ToString` shouldn't be implemented directly: `Display` should be implemented instead, and you get the `ToString` implementation for free.
* Fix `fmt` import
0 commit comments