mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
5c010d489d
error: Question mark operator is useless here --> tests/integration.rs:494:13 | 494 | / Ok(self 495 | | .ssh_command("grep MemTotal /proc/meminfo | grep -o \"[0-9]*\"")? 496 | | .trim() 497 | | .parse() 498 | | .map_err(Error::Parsing)?) | |__________________________________________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_question_mark Signed-off-by: Rob Bradford <robert.bradford@intel.com> |
||
---|---|---|
.. | ||
integration.rs |