]> git.proxmox.com Git - proxmox-backup.git/commit
src/pxar/encoder.rs: avoid use of macro and initialize Vec with known capacity.
authorChristian Ebner <c.ebner@proxmox.com>
Wed, 8 Jan 2020 09:46:56 +0000 (10:46 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 9 Jan 2020 09:38:58 +0000 (10:38 +0100)
commitec906dcf1980e7c6e6d73f9e11048296b2ee05d9
tree1515cd8928143201712c0b6b83d6f7e00beee440
parent71da3d6a1b24cbcd7eb089aa657f85820610b4c4
src/pxar/encoder.rs: avoid use of macro and initialize Vec with known capacity.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
src/pxar/encoder.rs