]> git.proxmox.com Git - proxmox-backup.git/commit
src/backup/manifest.rs: cleanup - again, avoid recursive call to write_canonical_json
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 27 Jul 2020 08:31:34 +0000 (10:31 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 27 Jul 2020 08:31:34 +0000 (10:31 +0200)
commitbccdc5fa048b78f9b3edc3d98f1314203f78b5ee
tree2b95d143849fa7f9f7e6cbab1a36a775324fd094
parent0bf7ba6c92a023baf561e102d1fae18fde15784b
src/backup/manifest.rs: cleanup - again, avoid recursive call to write_canonical_json

And use re-borrow instead of dyn trait casting.
src/backup/manifest.rs