Task #135588 - added.err
back to task #135588download
Error: CLIPPY_WARNING: src/engine/strat_engine/thinpool/thinpool.rs:1066:20: warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec` # | # 1066 | fa.into_iter() # | ^^^^^^^^^ help: call directly: `iter` # | # = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#into_iter_on_ref # = note: `-D clippy::into-iter-on-ref` implied by `-D clippy::all` # = help: to override `-D clippy::all` add `#[allow(clippy::into_iter_on_ref)]` # = note: the `clippy::into_iter_on_ref` lint ignores `-D warnings`