cloud-hypervisor/acpi_tables/src
Rob Bradford eae4b315e4 acpi_tables: aml: Replace use of Vec::append with Vec::extend_from_slice
Avoid removing from the source vector by using Vec::extend_from_slice().
The primitive values (bytes) will be copied from the source in either
case.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2021-11-08 16:46:30 +00:00
..
aml.rs acpi_tables: aml: Replace use of Vec::append with Vec::extend_from_slice 2021-11-08 16:46:30 +00:00
lib.rs acpi_tables: aml: Add support for generating AML name paths 2019-10-24 10:55:02 +01:00
rsdp.rs clippy: Address the issue 'needless-borrow' 2021-06-24 08:55:43 +02:00
sdt.rs clippy: Address the issue 'needless-borrow' 2021-06-24 08:55:43 +02:00