Task #102140 - added.err

back to task #102140
download
Error: CLIPPY_WARNING:
crates/utils/src/command.rs:168:32: warning: useless conversion to the same type: `std::io::Error`
#      |
#  168 |                     return Err(std::io::Error::last_os_error().into());
#      |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `std::io::Error::last_os_error()`
#      |
#      = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#useless_conversion
#      = note: `#[warn(clippy::useless_conversion)]` on by default