cloud-hypervisor/block
Rob Bradford 11c58870c4 block: async_io: Remove unnecessary mut from reference
warning: this argument is a mutable reference, but not used mutably
  --> block/src/async_io.rs:68:28
   |
68 |     fn query_block_size(f: &mut File, block_size_type: BlockSize) -> std::io::Result<u64> {
   |                            ^^^^^^^^^ help: consider changing to: `&File`
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_ref_mut

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
2023-08-22 12:01:54 +01:00
..
src block: async_io: Remove unnecessary mut from reference 2023-08-22 12:01:54 +01:00
Cargo.toml build: Bump libc from 0.2.144 to 0.2.147 2023-08-15 00:53:20 +00:00