mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-25 12:52:21 +00:00
warning: this argument is a mutable reference, but not used mutably --> src/bin/ch-remote.rs:397:52 | 397 | fn dbus_api_do_command(toplevel: &TopLevel, proxy: &mut DBusApi1ProxyBlocking<'_>) -> ApiResult { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider changing to: `&DBusApi1ProxyBlocking<'_>` | = note: this is cfg-gated and may require further changes = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_ref_mut = note: `#[warn(clippy::needless_pass_by_ref_mut)]` on by default Signed-off-by: Rob Bradford <rbradford@rivosinc.com>