mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-02 06:20:01 +00:00
![]() this fixes two clippy lints that check if either `ToString` or an inherent `to_string()` function is implement [1, 2]. `Display` provides `ToString` for free and, thus, is preferable. [1]: https://rust-lang.github.io/rust-clippy/master/index.html#/inherent_to_string [2]: https://rust-lang.github.io/rust-clippy/master/index.html#to_string_trait_impl Signed-off-by: Shannon Sterz <s.sterz@proxmox.com> |
||
---|---|---|
.. | ||
debian | ||
examples | ||
src | ||
Cargo.toml |