Task #121455 - fixed.err
back to task #121455download
Error: CLIPPY_WARNING: crates/lib/src/bootc_composefs/export.rs:164:36: warning: using `clone` on type `Option<&History>` which implements the `Copy` trait # | # 164 | let previous_description = history_entry # | ____________________________________^ # 165 | | .clone() # | |____________________^ help: try removing the `clone` call: `history_entry` # | # = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#clone_on_copy