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 | ||