proxmox-perl-rs/common
Wolfgang Bumiller b3b8b375c2 apt: minor parameter cleanup
We cannot use &[&str] - since this would be a poitner to a `[&str]`
data structure, that's not how perl stores strings.
But we *can* use Vec<&str> - here, the Vec will be allocated, but the
contents will borrow. We don't need to transform this afterwards.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-07-08 15:33:58 +02:00
..
pkg buildsys improvements for generated files 2024-06-03 14:00:03 +02:00
src apt: minor parameter cleanup 2024-07-08 15:33:58 +02:00