]> git.proxmox.com Git - proxmox-backup.git/commit - proxmox-backup-client/src/main.rs
client: don't use debug format for printing BackupRepository
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 Jul 2020 07:43:20 +0000 (09:43 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 Jul 2020 08:28:38 +0000 (10:28 +0200)
commit5b32820e93f40f9e7d091ce4fd1d382f40e88892
treec296d1f34f6842c29c07b7f7527c06cc5c143897
parentf40b4fb05af2823315fff16fd1bbdeed33140566
client: don't use debug format for printing BackupRepository

It implements the fmt::Display  trait after all

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/bin/proxmox-backup-client.rs