proxmox/proxmox-api-macro
Wolfgang Bumiller 8e1ace59b1 api-macro: cleanup: don't use try_fold for a Vec
`collect()` uses `FromIterator` which is also implemented
for `Result<Vec, Err>` from `Result<Item, Err>` doing the
same thing.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-03-06 13:37:59 +01:00
..
debian bump proxmox-api-macro to 0.1.4 2020-02-27 13:10:40 +01:00
src api-macro: cleanup: don't use try_fold for a Vec 2020-03-06 13:37:59 +01:00
tests api-macro: add integer limit test cases 2020-03-06 12:02:32 +01:00
Cargo.toml bump proxmox-api-macro to 0.1.4 2020-02-27 13:10:40 +01:00