cloud-hypervisor/qcow/src
Sebastien Boeuf 658c076eb2 linters: Fix clippy issues
Latest clippy version complains about our existing code for the
following reasons:

- trait objects without an explicit `dyn` are deprecated
- `...` range patterns are deprecated
- lint `clippy::const_static_lifetime` has been renamed to
  `clippy::redundant_static_lifetimes`
- unnecessary `unsafe` block
- unneeded return statement

All these issues have been fixed through this patch, and rustfmt has
been run to cleanup potential formatting errors due to those changes.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-08-15 09:10:04 -07:00
..
qcow_raw_file.rs build, misc: Bump vmm-sys-util dependency 2019-08-02 07:42:20 -07:00
qcow.rs linters: Fix clippy issues 2019-08-15 09:10:04 -07:00
refcount.rs virtio: Enable qcow support for virtio-block 2019-05-13 22:08:29 +01:00
vec_cache.rs qcow: Make unit tests pass 2019-07-16 17:09:05 +02:00