]> git.proxmox.com Git - pmg-rs.git/commit
acme: drop unnecessary 'mut' in to_account_data
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 7 May 2021 11:57:56 +0000 (13:57 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 7 May 2021 11:57:56 +0000 (13:57 +0200)
commit08f654f8165a026d5daefca9ad56f64fb4233464
tree8971fbe80384ac67d7c224c7443a68fbfb56a4a1
parentc9f2b85d8734a3928180bcd74b57c7db6245694e
acme: drop unnecessary 'mut' in to_account_data

this also fixes a clippy lint

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/acme.rs