Task #96781 - added.err

back to task #96781
download
Error: CLIPPY_WARNING:
crates/lib/src/kernel.rs:85:23: warning: useless conversion to the same type: `camino::Utf8PathBuf`
#     |
#  85 |         let vmlinuz = Utf8PathBuf::try_from(modules_dir.join("vmlinuz"))
#     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#     |
#     = help: consider removing `Utf8PathBuf::try_from()`
#     = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#useless_conversion

Error: CLIPPY_WARNING:
crates/lib/src/kernel.rs:87:25: warning: useless conversion to the same type: `camino::Utf8PathBuf`
#     |
#  87 |         let initramfs = Utf8PathBuf::try_from(modules_dir.join("initramfs.img"))
#     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#     |
#     = help: consider removing `Utf8PathBuf::try_from()`
#     = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#useless_conversion