mirror of
https://git.proxmox.com/git/proxmox
synced 2025-11-02 14:28:27 +00:00
this fixes a clippy lint for types that have a `new()` function that has no parameters [1]. this should allow using these types with functions such as `unwrap_or_default()`. [1]: https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default 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 | ||