Task #102290 - fixed.err

back to task #102290
download
Error: CLIPPY_WARNING:
crates/lib/src/bootc_composefs/boot.rs:788:1: warning: this function has too many arguments (8/7)
#      |
#  788 | / fn write_pe_to_esp(
#  789 | |     repo: &crate::store::ComposefsRepository,
#  790 | |     file: &RegularFile<Sha512HashValue>,
#  791 | |     file_path: &Utf8Path,
#  ...   |
#  796 | |     bootloader: &Bootloader,
#  797 | | ) -> Result<Option<UKIInfo>> {
#      | |____________________________^
#      |
#      = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#too_many_arguments
#      = note: `#[warn(clippy::too_many_arguments)]` on by default