proxmox/proxmox-auth-api/src
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
..
api auth-api: add logout method 2025-03-04 15:53:29 +01:00
auth_key.rs fix typos in rust api documentation 2024-07-22 08:49:42 +02:00
lib.rs tree-wide: enable doc_cfg and doc_auto_cfg for docs 2024-07-02 11:59:53 +02:00
pam_authenticator.rs remove needless borrows 2024-06-28 10:22:58 +02:00
password_authenticator.rs auth-api: add PasswordAuthenticator 2024-06-13 11:14:36 +02:00
ticket.rs auth-api/tfa: prefer Display over ToString/an inherent function 2025-03-06 15:17:35 +01:00
time.rs add proxmox-auth-api crate 2023-03-02 16:44:35 +01:00
types.rs auth-api: introduce new CreateTicket and CreateTickeReponse api types 2025-03-04 15:53:29 +01:00