]> git.proxmox.com Git - proxmox.git/commit
clippy fix: casting to the same type is unnecessary
authorLukas Wagner <l.wagner@proxmox.com>
Tue, 8 Aug 2023 09:44:54 +0000 (11:44 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 8 Aug 2023 09:48:01 +0000 (11:48 +0200)
commit5ea70421b3c687cacc36935957c9bd26eff3f56e
tree4509765d24e6008967036ba1887ab834497b4fa5
parent41b2e491234cda6435fec8f10779ef7936e8039a
clippy fix: casting to the same type is unnecessary

See: https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
proxmox-time/src/posix.rs