Task #84390 - added.err
back to task #84390download
Error: CLIPPY_WARNING:
crates/lib/src/bootc_composefs/boot.rs:431:6: warning: very complex type used. Consider factoring parts into `type` definitions
# |
# 431 | ) -> Result<Option<(String, Option<String>, Option<String>)>> {
# | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# |
# = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#type_complexity
# = note: `#[warn(clippy::type_complexity)]` on by default