Task #97672 - fixed.err

back to task #97672
download
Error: CLIPPY_WARNING:
crates/lib/src/install.rs:812:16: warning: inequality checks against false are unnecessary
#      |
#  812 |             if self.composefs_opts.insecure != false {
#      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `self.composefs_opts.insecure`
#      |
#      = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#bool_comparison
#      = note: `#[warn(clippy::bool_comparison)]` on by default