mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-03 01:17:37 +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> |
||
---|---|---|
.. | ||
api | ||
auth_key.rs | ||
lib.rs | ||
pam_authenticator.rs | ||
password_authenticator.rs | ||
ticket.rs | ||
time.rs | ||
types.rs |