Task #81841 - fixed.err

back to task #81841
download
Error: CLIPPY_WARNING:
crates/lib/src/bootc_composefs/boot.rs:383:39: warning: useless conversion to the same type: `std::string::String`
#      |
#  383 |             let mut cmdline_options = String::from(root_setup.kargs.join(" "));
#      |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `String::from()`: `root_setup.kargs.join(" ")`
#      |
#      = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#useless_conversion
#      = note: `#[warn(clippy::useless_conversion)]` on by default