proxmox/proxmox-auth-api
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 auth-api: bump to 0.4.8-1 2025-03-04 16:03:17 +01:00
examples fix typos in strings 2024-07-22 08:49:42 +02:00
src auth-api/tfa: prefer Display over ToString/an inherent function 2025-03-06 15:17:35 +01:00
Cargo.toml auth-api: bump to 0.4.8-1 2025-03-04 16:03:17 +01:00