proxmox/proxmox-tfa
Shannon Sterz efc8556c27 auth-api/tfa: prefer Display over ToString/an inherent function
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>
2025-03-06 15:17:35 +01:00
..
debian tfa: bump to 5.0.2-1 2025-01-15 12:43:41 +01:00
src auth-api/tfa: prefer Display over ToString/an inherent function 2025-03-06 15:17:35 +01:00
Cargo.toml tfa: bump to 5.0.2-1 2025-01-15 12:43:41 +01:00